golib  0.5
goMath::SVD< T > Member List

This is the complete list of members for goMath::SVD< T >, including all inherited members.

calculate(const goMath::Matrix< T > &A, bool thin=true) (defined in goMath::SVD< T >)goMath::SVD< T >
calculate(const goMath::Matrix< goFloat > &A, bool thin) (defined in goMath::SVD< T >)goMath::SVD< T >
calculate(const goMath::Matrix< goDouble > &A, bool thin) (defined in goMath::SVD< T >)goMath::SVD< T >
getS(goMath::Matrix< T > &S) const (defined in goMath::SVD< T >)goMath::SVD< T >
getSingularValues() (defined in goMath::SVD< T >)goMath::SVD< T >
getSingularValues() const (defined in goMath::SVD< T >)goMath::SVD< T >
getU() (defined in goMath::SVD< T >)goMath::SVD< T >
getU() const (defined in goMath::SVD< T >)goMath::SVD< T >
getV() (defined in goMath::SVD< T >)goMath::SVD< T >
getV() const (defined in goMath::SVD< T >)goMath::SVD< T >
SVD(const goMath::Matrix< T > &A, bool thin=true) (defined in goMath::SVD< T >)goMath::SVD< T >
~SVD() (defined in goMath::SVD< T >)goMath::SVD< T >virtual