compute(const MatrixType &matrix) | SVD< MatrixType > | [inline] |
computePositiveUnitary(PositiveType *positive, UnitaryType *unitary) const (defined in SVD< MatrixType >) | SVD< MatrixType > | [inline] |
computePositiveUnitary(UnitaryType *positive, PositiveType *unitary) const | SVD< MatrixType > | [inline] |
computeRotationScaling(RotationType *unitary, ScalingType *positive) const | SVD< MatrixType > | [inline] |
computeScalingRotation(ScalingType *positive, RotationType *unitary) const | SVD< MatrixType > | [inline] |
computeUnitaryPositive(UnitaryType *unitary, PositiveType *positive) const | SVD< MatrixType > | [inline] |
m_matU (defined in SVD< MatrixType >) | SVD< MatrixType > | [protected] |
m_matV (defined in SVD< MatrixType >) | SVD< MatrixType > | [protected] |
m_sigma (defined in SVD< MatrixType >) | SVD< MatrixType > | [protected] |
matrixU() const (defined in SVD< MatrixType >) | SVD< MatrixType > | [inline] |
matrixV() const (defined in SVD< MatrixType >) | SVD< MatrixType > | [inline] |
singularValues() const (defined in SVD< MatrixType >) | SVD< MatrixType > | [inline] |
solve(const MatrixBase< OtherDerived > &b, ResultType *result) const | SVD< MatrixType > | [inline] |
sort() (defined in SVD< MatrixType >) | SVD< MatrixType > | [inline] |
SVD(const MatrixType &matrix) (defined in SVD< MatrixType >) | SVD< MatrixType > | [inline] |