www.mooseframework.org
Namespaces | Functions
MatrixTools.h File Reference

Go to the source code of this file.

Namespaces

 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. More...
 
void MatrixTools::inverse (std::vector< PetscScalar > &A, unsigned int n)
 Inverts the dense "matrix" A using LAPACK routines. More...