Searched refs:SingularValuesType (Results 1 – 6 of 6) sorted by relevance
70 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType; typedef138 const SingularValuesType& singularValues() const in singularValues()170 SingularValuesType m_singularValues;
517 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;752 typename JacobiSVDType::SingularValuesType invertedSingVals(diagSize);
66 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType; typedef715 typename BDCSVDType::SingularValuesType invertedSingVals(diagSize);
47 typedef Matrix<Scalar, MinSize, 1> SingularValuesType; typedef65 const SingularValuesType& singularValues() const { return m_sigma; } in singularValues()86 SingularValuesType m_sigma;
524 typedef typename internal::plain_diag_type<MatrixType, RealScalar>::type SingularValuesType;641 const SingularValuesType& singularValues() const754 SingularValuesType m_singularValues;
56 const typename JacobiSVD<typename Derived::PlainObject>::SingularValuesType&