HomeSort by relevance Sort by last modified time
    Searched refs:MatrixUType (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
jacobisvd.cpp 31 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType;
38 MatrixUType u = svd.matrixU();
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType;
64 const MatrixUType& matrixU() const { return m_matU; }
82 MatrixUType m_matU;
521 Matrix<Scalar,MatrixUType::RowsAtCompileTime,1> aux = m_matU.transpose() * b.col(j);
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 498 MatrixUType;
588 const MatrixUType& matrixU() const
659 MatrixUType m_matrixU;
    [all...]

Completed in 102 milliseconds