Searched defs:matrixL (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h117 inline typename Traits::MatrixL matrixL() const function in class:Eigen::LDLT
491 dec().matrixL().solveInPlace(dst);
563 res = matrixL() * res;
H A DLLT.h104 inline typename Traits::MatrixL matrixL() const function in class:Eigen::LLT
452 matrixL().solveInPlace(bAndX);
463 return matrixL() * matrixL().adjoint().toDenseMatrix();
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h206 derived().matrixL().solveInPlace(dest);
384 inline const MatrixL matrixL() const { function in class:Eigen::SimplicialLLT
478 inline const MatrixL matrixL() const { function in class:Eigen::SimplicialLDLT
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h167 inline const LUMatrixType& matrixL() const function in class:Eigen::UmfPackLU
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h534 inline const LMatrixType& matrixL() const function in class:Eigen::SuperLU

Completed in 110 milliseconds