KrisLibrary  1.0.0
Math::SVDecomposition< T > Member List

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

backSub(const VectorT &b, VectorT &x) const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
clear() (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
dampedBackSub(const VectorT &b, T lambda, VectorT &x) const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
DiagonalMatrixT typedef (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
epsilon (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
getDampedPseudoInverse(MatrixT &Aplus, T lambda) const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
getInverse(MatrixT &Ainv) const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
getNull() const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
getNullspace(MatrixT &N) const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
getRank() const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
MatrixT typedef (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
maxIters (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
nullspaceComponent(const VectorT &x, VectorT &xNull) const (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
resize(int m, int n) (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
set(const MatrixT &A) (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
setIdentity(int m, int n) (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
setZero(int m, int n) (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
sortSVs()Math::SVDecomposition< T >
SVDecomposition() (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
SVDecomposition(const MatrixT &A) (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >explicit
U (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
V (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
VectorT typedef (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >
W (defined in Math::SVDecomposition< T >)Math::SVDecomposition< T >