#include <matrix-inverse.h>
Static Public Methods | |
| template<class Field, class DenseMatrix> long | matrixInverseIn (const Field &F, DenseMatrix &A) |
| compute the inverse of a dense matrix, by Gaussian elimination. The matrix should support ColIterator and RowIterator. It returns 0, if an inverse is found, and returns 1, otherwise. | |
|
||||||||||||
|
compute the inverse of a dense matrix, by Gaussian elimination. The matrix should support ColIterator and RowIterator. It returns 0, if an inverse is found, and returns 1, otherwise.
|
1.2.18