linbox
MatrixInverse Class Reference

#include <matrix-inverse.h>

Public Member Functions

template<>
long matrixInverseIn (const MultiModDouble &F, BlasMatrix< MultiModDouble > &A)
 

Static Public Member Functions

template<class Field, class AnyDenseMatrix>
static long matrixInverseIn (const Field &F, AnyDenseMatrix &A)
 compute the inverse of a dense matrix, by Gaussian elimination.
 

Member Function Documentation

◆ 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]

template<>
long matrixInverseIn ( const MultiModDouble & F,
BlasMatrix< MultiModDouble > & A )
inline

The documentation for this class was generated from the following file: