Classes | |
| struct | Precalculated |
Typedefs | |
| typedef double | Matrix [3][3] |
Functions | |
| void | MatMatModM (const Matrix A, const Matrix B, Matrix C, double m) |
| void | MatTwoPowModM (const Matrix src, Matrix dst, double m, int32_t e) |
| void | MatVecModM (const Matrix A, const double s[3], double v[3], double m) |
| double | MultModM (double a, double s, double c, double m) |
| struct Precalculated | PowerOfTwoConstants (void) |
| void | PowerOfTwoMatrix (int n, Matrix a1p, Matrix a2p) |
| const Matrix anonymous_namespace{rng-stream.cc}::A1p0 |
Definition at line 62 of file rng-stream.cc.
| const Matrix anonymous_namespace{rng-stream.cc}::A2p0 |
Definition at line 68 of file rng-stream.cc.
| const Matrix anonymous_namespace{rng-stream.cc}::InvA1 |
Definition at line 50 of file rng-stream.cc.
| const Matrix anonymous_namespace{rng-stream.cc}::InvA2 |
Definition at line 56 of file rng-stream.cc.