Home
last modified time | relevance | path

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

/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;
521 Matrix<Scalar,MatrixUType::RowsAtCompileTime,1> aux = m_matU.transpose() * b.col(j); in solve()
/external/eigen/test/
Djacobisvd.cpp31 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType; in jacobisvd_check_full() typedef
38 MatrixUType u = svd.matrixU(); in jacobisvd_check_full()
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h498 MatrixUType;
588 const MatrixUType& matrixU() const
659 MatrixUType m_matrixU;