|
linbox
|
Assumes that Field is a field, not a ring. More...
#include <invert-tb.h>
Public Types | |
| typedef Field::Element | Element |
| typedef MatrixDomain< Field > | MatrixDom |
| typedef MatrixDom::OwnMatrix | OwnMatrix |
| typedef MatrixDom::Matrix | SubMatrix |
Public Member Functions | |
| InvertTextbookDomain (const Field &F) | |
| InvertTextbookDomain (const InvertTextbookDomain &D) | |
| template<class Matrix1, class Matrix2> | |
| bool | invert (Matrix1 &Ainv, Matrix2 &A) |
Assumes that Field is a field, not a ring.
Uses Gauss-Jordan elimination.
| typedef MatrixDomain<Field> MatrixDom |
| typedef MatrixDom::OwnMatrix OwnMatrix |
| typedef MatrixDom::Matrix SubMatrix |
|
inline |
|
inline |
|
inline |