Givaro
|
NO DOC. More...
#include <givrnsfixed.h>
Public Types | |
typedef std::vector< Ints > | array |
typedef std::vector< array > | tree |
Public Member Functions | |
RNSsystemFixed () | |
~RNSsystemFixed () | |
RNSsystemFixed (const Self_t &R) | |
RNSsystemFixed (const array &primes) | |
template<class smallIntVector > | |
Ints & | RnsToRing (Ints &a, const smallIntVector &rns) |
int | size () const |
const tree & | Primes () const |
const Ints | ith (const size_t i) const |
Protected Member Functions | |
template<class smallIntVector > | |
Ints & | RnsToRingLeft (Ints &I, const smallIntVector &residues, const int level, const int col) |
template<class smallIntVector > | |
Ints & | RnsToRingRight (Ints &I, const smallIntVector &residues, const int level, const int col) |
Protected Attributes | |
tree | _primes |
RNS_t | _RNS |
NO DOC.
typedef std::vector<Ints> array |
RNSsystemFixed | ( | ) |
~RNSsystemFixed | ( | ) |
RNSsystemFixed | ( | const Self_t & | R | ) |
RNSsystemFixed | ( | const array & | primes | ) |
Ints & RnsToRing | ( | Ints & | a, |
const smallIntVector & | rns | ||
) |
int size | ( | ) | const [inline] |
const RNSsystemFixed< Ints >::tree & Primes | ( | ) | const |
const Ints ith | ( | const size_t | i | ) | const |
Ints & RnsToRingLeft | ( | Ints & | I, |
const smallIntVector & | residues, | ||
const int | level, | ||
const int | col | ||
) | [protected] |
Ints & RnsToRingRight | ( | Ints & | I, |
const smallIntVector & | residues, | ||
const int | level, | ||
const int | col | ||
) | [protected] |