Go to the source code of this file.
Namespaces | |
| namespace | MatrixTools |
Functions | |
| void | MatrixTools::inverse (const std::vector< std::vector< Real > > &m, std::vector< std::vector< Real > > &m_inv) |
| Inverse the dense square matrix m using LAPACK routines. | |
| void | MatrixTools::inverse (std::vector< PetscScalar > &A, unsigned int n) |
| Inverts the dense "matrix" A using LAPACK routines. | |