|
Compounds |
class | SingularMatrix |
Functions |
template<class Matrix> TransposeMatrix< Matrix > | transpose (Matrix &M) |
template<class Field, class Matrix1, class Matrix2> void | eliminate (MatrixDomain< Field > &MD, Matrix1 &M, Matrix2 &pivotRow, size_t row, size_t col, size_t rowdim, size_t coldim) |
template<class Field, class Matrix1, class Matrix2> Matrix1 & | inv (MatrixDomain< Field > &MD, Matrix1 &res, const Matrix2 &A) |
std::ostream & | reportPermutation (std::ostream &out, const std::vector< std::pair< unsigned int, unsigned int > > &P) |
template<class Field, class Matrix> bool | testPermutation (const Field &F, const char *text, const Matrix &M) |
template<class Field, class Blackbox, class Matrix> bool | testMatrixDomain (const Field &F, const char *text, Matrix &M1, Matrix &M2, Matrix &M3, const Blackbox &A, unsigned int iterations, MatrixCategories::RowColMatrixTag) |
int | main (int argc, char **argv) |