
Real-valued CKKS scaling factor at a modulus-chain level
Source:R/ciphertext-accessors.R
get_scaling_factor_real.RdReturns cryptoParams->GetScalingFactorReal(level) — the
double-valued scaling factor at the given level of the CKKS
modulus chain. Meaningful only for CKKS contexts; BFV/BGV
contexts return the default field value (effectively 1.0).
Details
Used by ckks_scaling_factor_bits() (which takes log2 of the
level-0 value to recover the bit size originally set via
set_scaling_mod_size()) and by the Stage 2 form of
fhe_ckks_tolerance().