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

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h127 inline typename Traits::MatrixL matrixL() const function in class:Eigen::LDLT
498 dec().matrixL().solveInPlace(dst);
575 res = matrixL() * res;
H A DLLT.h104 inline typename Traits::MatrixL matrixL() const function in class:Eigen::LLT
454 matrixL().solveInPlace(bAndX);
465 return matrixL() * matrixL().adjoint().toDenseMatrix();
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h167 derived().matrixL().solveInPlace(dest);
328 inline const MatrixL matrixL() const { function in class:Eigen::SimplicialLLT
423 inline const MatrixL matrixL() const { function in class:Eigen::SimplicialLDLT
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h131 * y = b; matrixL().solveInPlace(y);
134 SparseLUMatrixLReturnType<SCMatrix> matrixL() const function in class:Eigen::SparseLU
238 this->matrixL().solveInPlace(X);
/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 2424 milliseconds