Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

MatrixInverse Class Reference

#include <matrix-inverse.h>


Static Public Member Functions

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.


Member Function Documentation

long matrixInverseIn const Field F,
DenseMatrix A
[inline, static]
 

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.


Generated on Fri Jul 8 10:29:46 2005 for linbox by doxygen 1.3.7