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

  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 502 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;
616 const SingularValuesType& singularValues() const
661 SingularValuesType m_singularValues;
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 47 typedef Matrix<Scalar, MinSize, 1> SingularValuesType;
65 const SingularValuesType& singularValues() const { return m_sigma; }
86 SingularValuesType m_sigma;

Completed in 623 milliseconds