Searched refs:MatrixUType (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | SVDBase.h | 66 MatrixUType; typedef 110 const MatrixUType& matrixU() const in matrixU() 168 MatrixUType m_matrixU;
|
D | BDCSVD.h | 62 MatrixUType; typedef 167 const MatrixUType& matrixU() const in matrixU()
|
D | JacobiSVD.h | 513 MatrixUType;
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 19 template <typename MatrixLType, typename MatrixUType> struct SparseLUMatrixUReturnType; 671 template<typename MatrixLType, typename MatrixUType> 676 SparseLUMatrixUReturnType(const MatrixLType& mapL, const MatrixUType& mapU) in SparseLUMatrixUReturnType() 712 typename MatrixUType::InnerIterator it(m_mapU, jcol); in solveInPlace() 723 const MatrixUType& m_mapU;
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | SVD.h | 45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType; typedef 64 const MatrixUType& matrixU() const { return m_matU; } in matrixU() 82 MatrixUType m_matU; 520 Matrix<Scalar,MatrixUType::RowsAtCompileTime,1> aux = m_matU.transpose() * b.col(j); in solve()
|
/external/eigen/unsupported/test/ |
D | svd_common.h | 38 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; in svd_check_full() typedef 44 MatrixUType u = svd.matrixU(); in svd_check_full()
|
/external/eigen/test/ |
D | jacobisvd.cpp | 30 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; in jacobisvd_check_full() typedef 35 MatrixUType u = svd.matrixU(); in jacobisvd_check_full()
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 520 MatrixUType; 613 const MatrixUType& matrixU() const 747 MatrixUType m_matrixU;
|