Public Member Functions |
| FixedMatrix () |
int | rowdim () const |
int | coldim () const |
T & | operator[] (int i) |
T & | operator() (int i, int j) |
const T & | operator() (int i, int j) const |
FixedMatrix< T, size > & | operator= (const T &val) |
void | mul (const FixedMatrix< T, size > &A, const FixedMatrix< T, size > &B) |
void | addmul (const FixedMatrix< T, size > &A, const FixedMatrix< T, size > &B) |
void | addmulmod (const FixedMatrix< T, size > &A, const FixedMatrix< T, size > &B) |
Constructor & Destructor Documentation
Member Function Documentation
T& operator() |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
const T& operator() |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: