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