Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MatrixInverse Class Reference

#include <matrix-inverse.h>

List of all members.

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.


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 Mon Jun 20 09:16:57 2005 for linbox by doxygen1.2.18