#include <matrix-inverse.h>
|
| template<class Field, class AnyDenseMatrix> |
| static long | matrixInverseIn (const Field &F, AnyDenseMatrix &A) |
| | compute the inverse of a dense matrix, by Gaussian elimination.
|
| |
◆ matrixInverseIn() [1/2]
template<class
Field, class AnyDenseMatrix>
| static long matrixInverseIn |
( |
const Field & | F, |
|
|
AnyDenseMatrix & | A ) |
|
inlinestatic |
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.
◆ matrixInverseIn() [2/2]
The documentation for this class was generated from the following file: