I want to use a root sign on this set of ciphertexts. How can I set the upper and lower bounds?
Std:: vectorx1={1543.01429.5100.0, 7.9992897.42};
Plaintext ptxt1=cc ->MakeCKKSPackedPlaintext (x1);
Auto c1=cc ->Encrypt (publickey, ptxt1);
Double lowerBound=0;
PperBound=20;
Uint32_t polyDegree=50;
Auto sqrt1=cc ->EvalChebyshevFunction ( (double x) ->double {return std:: sqrt (x);}, c1, lowerBound,
SuperBound, polyDegree);