Searched refs:MatrixUType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SVD/ |
D | SVDBase.h | 67 …ileTime, RowsAtCompileTime, MatrixOptions, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixUType; typedef 83 const MatrixUType& matrixU() const in matrixU() 229 MatrixUType m_matrixU;
|
D | JacobiSVD.h | 506 typedef typename Base::MatrixUType MatrixUType;
|
D | BDCSVD.h | 91 typedef typename Base::MatrixUType MatrixUType;
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 19 template <typename MatrixLType, typename MatrixUType> struct SparseLUMatrixUReturnType; 719 template<typename MatrixLType, typename MatrixUType> 723 SparseLUMatrixUReturnType(const MatrixLType& mapL, const MatrixUType& mapU) in SparseLUMatrixUReturnType() 759 typename MatrixUType::InnerIterator it(m_mapU, jcol); in solveInPlace() 770 const MatrixUType& m_mapU;
|
/external/eigen/test/ |
D | svd_common.h | 37 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; in svd_check_full() typedef 42 MatrixUType u = svd.matrixU(); in svd_check_full()
|