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

/external/eigen/unsupported/Eigen/src/SVD/
H A DSVDBase.h66 MatrixUType; typedef in class:Eigen::SVDBase
110 const MatrixUType& matrixU() const
168 MatrixUType m_matrixU;
H A DBDCSVD.h62 MatrixUType; typedef in class:Eigen::BDCSVD
167 const MatrixUType& matrixU() const
H A DJacobiSVD.h513 MatrixUType; typedef in class:Eigen::JacobiSVD
/external/eigen/unsupported/test/
H A Dsvd_common.h38 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; typedef
44 MatrixUType u = svd.matrixU();
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h19 template <typename MatrixLType, typename MatrixUType> struct SparseLUMatrixUReturnType;
672 template<typename MatrixLType, typename MatrixUType>
677 SparseLUMatrixUReturnType(const MatrixLType& mapL, const MatrixUType& mapU)
713 typename MatrixUType::InnerIterator it(m_mapU, jcol);
724 const MatrixUType& m_mapU;
/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType; typedef in class:Eigen::SVD
64 const MatrixUType& matrixU() const { return m_matU; }
82 MatrixUType m_matU;
520 Matrix<Scalar,MatrixUType::RowsAtCompileTime,1> aux = m_matU.transpose() * b.col(j);
/external/eigen/test/
H A Djacobisvd.cpp30 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; typedef
35 MatrixUType u = svd.matrixU();
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h520 MatrixUType; typedef in class:Eigen::JacobiSVD
613 const MatrixUType& matrixU() const
747 MatrixUType m_matrixU;

Completed in 2194 milliseconds