Skip to contents

Sets the scheme-level correction factor used by subsequent bootstraps. Normally this is set via the correction_factor argument to eval_bootstrap_setup() at bootstrap setup time; this pair exists for post-setup programmatic control.

Usage

set_ckks_boot_correction_factor(cc, cf)

Arguments

cc

A CryptoContext.

cf

Integer; the new correction factor.

Value

The cc, invisibly.