algebramix_doc 0.3
|
#include <matrix_crt.hpp>
Definition at line 60 of file matrix_crt.hpp.
typedef crt_naive_transformer<C> crt_transformer |
Definition at line 64 of file matrix_crt.hpp.
typedef moduli_helper<C, modulus<typename crt_transformer::modulus_base, typename crt_transformer::modulus_base_variant> > moduli_sequence |
Definition at line 67 of file matrix_crt.hpp.
static nat size | ( | const C * | s1, |
nat | s1_rs, | ||
nat | s1_cs, | ||
const C * | s2, | ||
nat | s2_rs, | ||
nat | s2_cs, | ||
nat | r, | ||
nat | l, | ||
nat | c | ||
) | [inline, static] |
Definition at line 69 of file matrix_crt.hpp.
const nat dimension_threshold = 7 [static] |
Definition at line 61 of file matrix_crt.hpp.
const nat ratio_threshold = 100 [static] |
Definition at line 62 of file matrix_crt.hpp.