|
MOAB
4.9.3pre
|
#include <SimplicialCholesky.h>
Public Types | |
| typedef CholMatrixType const * | ConstCholMatrixPtr |
Static Public Member Functions | |
| static void | run (const InputMatrixType &input, ConstCholMatrixPtr &pmat, CholMatrixType &tmp) |
Definition at line 22 of file SimplicialCholesky.h.
| typedef CholMatrixType const* Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >::ConstCholMatrixPtr |
Definition at line 23 of file SimplicialCholesky.h.
| static void Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >::run | ( | const InputMatrixType & | input, |
| ConstCholMatrixPtr & | pmat, | ||
| CholMatrixType & | tmp | ||
| ) | [inline, static] |
Definition at line 24 of file SimplicialCholesky.h.
{
tmp = input;
pmat = &tmp;
}