Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SVD/
DSVDBase.h66 MatrixUType; typedef
110 const MatrixUType& matrixU() const in matrixU()
168 MatrixUType m_matrixU;
DBDCSVD.h62 MatrixUType; typedef
167 const MatrixUType& matrixU() const in matrixU()
DJacobiSVD.h513 MatrixUType;
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h19 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/
DSVD.h45 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/
Dsvd_common.h38 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; in svd_check_full() typedef
44 MatrixUType u = svd.matrixU(); in svd_check_full()
/external/eigen/test/
Djacobisvd.cpp30 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/
DJacobiSVD.h520 MatrixUType;
613 const MatrixUType& matrixU() const
747 MatrixUType m_matrixU;