norms.h
Implementing polynomials (elements in the ring R_Q) in double-CRT form.
Definition: DoubleCRT.h:76
NTL::xdouble embeddingLargestCoeff(const Ctxt &ctxt, const SecKey &sk)
Definition: debugging.cpp:61
Definition: apiAttributes.h:21
void CKKS_canonicalEmbedding(std::vector< cx_double > &v, const zzX &f, const PAlgebra &palg)
Definition: norms.cpp:522
double largestCoeff(const NTL::Vec< T > &f)
The L-infinity norm of an element (in coefficient representation)
Definition: norms.h:34
void embeddingLargestCoeff_x2(double &norm1, double &norm2, const std::vector< double > &f1, const std::vector< double > &f2, const PAlgebra &palg)
Definition: norms.cpp:417
void CKKS_embedInSlots(zzX &f, const std::vector< cx_double > &v, const PAlgebra &palg, double scaling)
Definition: norms.cpp:574
double coeffsL2NormSquared(const zzX &f)
The L2-norm of an element (in coefficient representation)
Definition: norms.cpp:92