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

  /external/eigen/unsupported/Eigen/src/SVD/
SVDBase.h 70 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;
138 const SingularValuesType& singularValues() const
170 SingularValuesType m_singularValues;
BDCSVD.h 66 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;
715 typename BDCSVDType::SingularValuesType invertedSingVals(diagSize);
JacobiSVD.h 517 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;
752 typename JacobiSVDType::SingularValuesType invertedSingVals(diagSize);
  /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;
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 524 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;
641 const SingularValuesType& singularValues() const
754 SingularValuesType m_singularValues;
    [all...]

Completed in 301 milliseconds