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

/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h64 const MatrixUType& matrixU() const { return m_matU; } function in class:Eigen::SVD
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h44 * decomposition is computed, you can use the matrixU() and matrixT()
109 * \sa matrixT() and matrixU() for examples.
135 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
124 const MatrixType& matrixU() const function in class:Eigen::RealSchur
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h110 inline typename Traits::MatrixU matrixU() const function in class:Eigen::LDLT
511 dec().matrixU().solveInPlace(dst);
559 res = matrixU() * res;
H A DLLT.h97 inline typename Traits::MatrixU matrixU() const function in class:Eigen::LLT
453 matrixU().solveInPlace(bAndX);
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h588 const MatrixUType& matrixU() const function in class:Eigen::JacobiSVD
845 * dec().matrixU().leftCols(diagSize).adjoint()
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h212 derived().matrixU().solveInPlace(dest);
390 inline const MatrixU matrixU() const { function in class:Eigen::SimplicialLLT
484 inline const MatrixU matrixU() const { function in class:Eigen::SimplicialLDLT
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h173 inline const LUMatrixType& matrixU() const function in class:Eigen::UmfPackLU
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h540 inline const UMatrixType& matrixU() const function in class:Eigen::SuperLU

Completed in 157 milliseconds