Home
last modified time | relevance | path

Searched refs:MatrixUType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SVD/
DSVDBase.h67 …ileTime, RowsAtCompileTime, MatrixOptions, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixUType; typedef
83 const MatrixUType& matrixU() const in matrixU()
229 MatrixUType m_matrixU;
DJacobiSVD.h506 typedef typename Base::MatrixUType MatrixUType;
DBDCSVD.h91 typedef typename Base::MatrixUType MatrixUType;
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h19 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/
Dsvd_common.h37 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; in svd_check_full() typedef
42 MatrixUType u = svd.matrixU(); in svd_check_full()