Searched defs:matrixU (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h44 * decomposition is computed, you can use the matrixU() and matrixT()
110 * \sa matrixT() and matrixU() for examples.
138 const ComplexMatrixType& matrixU() const function in class:Eigen::ComplexSchur
H A DRealSchur.h42 * time. Once the decomposition is computed, you can use the matrixU() and
127 const MatrixType& matrixU() const function in class:Eigen::RealSchur
/external/eigen/Eigen/src/SVD/
H A DSVDBase.h83 const MatrixUType& matrixU() const function in class:Eigen::SVDBase
/external/eigen/Eigen/src/Cholesky/
H A DLLT.h115 inline typename Traits::MatrixU matrixU() const function in class:Eigen::LLT
497 matrixU().solveInPlace(bAndX);
H A DLDLT.h141 inline typename Traits::MatrixU matrixU() const function in class:Eigen::LDLT
588 matrixU().solveInPlace(dst);
634 res = matrixU() * res;
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h176 derived().matrixU().solveInPlace(dest);
358 inline const MatrixU matrixU() const { function in class:Eigen::SimplicialLLT
455 inline const MatrixU matrixU() const { function in class:Eigen::SimplicialLDLT
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h153 * y = b; matrixU().solveInPlace(y);
156 SparseLUMatrixUReturnType<SCMatrix,MappedSparseMatrix<Scalar,ColMajor,StorageIndex> > matrixU() const function in class:Eigen::SparseLU
234 this->matrixU().solveInPlace(X);
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h549 inline const UMatrixType& matrixU() const function in class:Eigen::SuperLU
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h219 inline const LUMatrixType& matrixU() const function in class:Eigen::UmfPackLU

Completed in 350 milliseconds