Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::NTTExact::CoefficientStats Struct Reference
Collaboration diagram for Aleph::NTTExact::CoefficientStats:
[legend]

Public Attributes

uint64_t max_value = 0
 
size_t non_zero = 0
 
coeff_type sum = 0
 

Detailed Description

Definition at line 2399 of file ntt.H.

Member Data Documentation

◆ max_value

uint64_t Aleph::NTTExact::CoefficientStats::max_value = 0

Definition at line 2401 of file ntt.H.

Referenced by Aleph::NTTExact::analyze_coefficients().

◆ non_zero

size_t Aleph::NTTExact::CoefficientStats::non_zero = 0

Definition at line 2402 of file ntt.H.

Referenced by Aleph::NTTExact::analyze_coefficients().

◆ sum

coeff_type Aleph::NTTExact::CoefficientStats::sum = 0

Definition at line 2403 of file ntt.H.

Referenced by Aleph::NTTExact::analyze_coefficients().


The documentation for this struct was generated from the following file: