|
| Matrix (int s) |
|
int | rowdim () const |
|
int | coldim () const |
|
T & | operator[] (int i) |
|
T & | operator() (int i, int j) |
|
const T & | operator() (int i, int j) const |
|
Matrix< T > & | operator= (const T &val) |
|
void | mul (const Matrix< T > &A, const Matrix< T > &B) |
|
void | mulmod (const Matrix< T > &A, const Matrix< T > &B) |
|
void | addmul (const Matrix< T > &A, const Matrix< T > &B) |
|
void | addmulmod (const Matrix< T > &A, const Matrix< T > &B) |
|
| Matrix (int dim) |
|
| ~Matrix () |
|
int | rowdim () const |
|
int | coldim () const |
|
FixedMatrix< T, NDIM > & | operator[] (int i) |
|
FixedMatrix< T, NDIM > & | operator() (int i, int j) |
|
const FixedMatrix< T, NDIM > & | operator() (int i, int j) const |
|
void | mul (const Matrix< T > &A, const Matrix< T > &B) |
|
void | mulmod (const Matrix< T > &A, const Matrix< T > &B) |
|
T& operator() |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
const T& operator() |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
Matrix<T>& operator= |
( |
const T & |
val | ) |
|
|
inline |
void mulmod |
( |
const Matrix< T > & |
A, |
|
|
const Matrix< T > & |
B |
|
) |
| |
|
inline |
void addmul |
( |
const Matrix< T > & |
A, |
|
|
const Matrix< T > & |
B |
|
) |
| |
|
inline |
void addmulmod |
( |
const Matrix< T > & |
A, |
|
|
const Matrix< T > & |
B |
|
) |
| |
|
inline |
void mulmod |
( |
const Matrix< T > & |
A, |
|
|
const Matrix< T > & |
B |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: