Hello. I have some questions about rotation in CKKS.
In CKKS, can I pack a matrix into a ciphertext and rotate it while maintaining its matrix structure? More precisely, I want to rotate a CKKS ciphertext like the example provided in this link: https://openfhe.discourse.group/t/rotation-in-bfv/416, especially regarding row-wise rotation. Is row-wise rotation possible in CKKS without consuming ciphertext’s levels?
I would also like to understand the details of the EvalSumRow and EvalSumColumn operations. Do these operations consume additional levels of ciphertexts? If not, how is this possible?
My last question is related to the Hypercube structure rotation technique introduced in the paper Algorithms in HElib. Is it not applicable in CKKS? If so, is it due to the properties of the CKKS plaintext domain, which is a cyclotomic ring of characteristic zero?