Closed Zeng1998 closed 4 years ago
I solved it, the size of the ciphertext will change from 2 to 3 after multiplication, and I need to use relinearize to change the size to 2, and then I can rotate it. Using batch_encode and rotate can make calculating the inner product of the ciphertext much more efficient
I want to rotate the product vector of two ciphertext vectors, but I get an error and I don't know how I should try to solve it. It is correct when I rotate a ciphertext vector, but when this ciphertext vector is a product, an error occurs.