HDK
|
This is the complete list of members for UT_MatrixSolverT< T >, including all inherited members.
bidiagonalize(UT_MatrixT< T > &A) | UT_MatrixSolverT< T > | |
choleskyBackSub(const UT_MatrixT< T > &a, const UT_VectorT< S > &d, const UT_VectorT< S > &b, UT_VectorT< S > &x, T tol=1e-5) | UT_MatrixSolverT< T > | |
choleskyDecomp(UT_MatrixT< T > &a, UT_VectorT< S > &d, T tol=1e-5) | UT_MatrixSolverT< T > | |
condEstimate(const UT_MatrixT< T > &A, UT_VectorT< S > &y) | UT_MatrixSolverT< T > | |
det(UT_MatrixT< T > &a, T d) | UT_MatrixSolverT< T > | |
det3x3(const UT_MatrixT< T > &A, const UT_MatrixT< T > &B, const UT_MatrixT< T > &C, int p, int q, int r, int s, int t, int u) | UT_MatrixSolverT< T > | inline |
detWithPartials(const UT_MatrixT< T > &G, const UT_MatrixT< T > &Gu, const UT_MatrixT< T > &Gv, const UT_Permutation &rowperm, const UT_Permutation &colperm, T detsign, T &retdet, T &detu, T &detv) | UT_MatrixSolverT< T > | |
findEigenValues(const UT_MatrixT< T > &A, UT_VectorT< S > &vreal, UT_VectorT< S > &vimg) | UT_MatrixSolverT< T > | |
findEigenValues(const UT_MatrixT< T > &A, const UT_MatrixT< T > &B, UT_VectorT< S > &sreal, UT_VectorT< S > &simg, UT_VectorT< S > &treal, UT_VectorT< S > &timg) | UT_MatrixSolverT< T > | |
findGivens(T a, T b, T &c, T &s, T zerotol=1e-20) | UT_MatrixSolverT< T > | |
findHalfGivens(const UT_MatrixT< T > &A, T &c, T &s, T tol=0.0) | UT_MatrixSolverT< T > | |
findLinIndRows(UT_MatrixT< T > &A, UT_Permutation &index, T tol=1E-6) | UT_MatrixSolverT< T > | |
findRightEigenVector(const UT_MatrixT< T > &A, const UT_MatrixT< T > &Q, UT_VectorT< S > &vector, int i) | UT_MatrixSolverT< T > | |
findUVfromEigenvector(const UT_VectorT< S > &vect, int udeg, int vdeg, int tdeg, T &u, T &v) | UT_MatrixSolverT< T > | |
fullGaussianElimination(UT_MatrixT< T > &G, UT_MatrixT< T > &Gu, UT_MatrixT< T > &Gv, UT_Permutation &rowperm, UT_Permutation &colperm, T &detsign) | UT_MatrixSolverT< T > | |
getConditionLUD(const UT_MatrixT< T > &A, const UT_Permutation &index, T anorm) | UT_MatrixSolverT< T > | |
gkSVD(UT_MatrixT< T > &A, T tol=1e-6, int maxIteration=30) | UT_MatrixSolverT< T > | |
hessenberg(UT_MatrixT< T > &A) | UT_MatrixSolverT< T > | |
hessenberg(UT_MatrixT< T > &A, UT_MatrixT< T > &P) | UT_MatrixSolverT< T > | |
hessentri(UT_MatrixT< T > &A, UT_MatrixT< T > &B) | UT_MatrixSolverT< T > | |
house(const UT_VectorT< S > &x, UT_VectorT< S > &v, T &b) | UT_MatrixSolverT< T > | |
house(const UT_MatrixT< T > &x, UT_VectorT< S > &v, T &b) | UT_MatrixSolverT< T > | |
inverse(UT_MatrixT< T > &a, UT_Permutation &index, UT_MatrixT< T > &ia) | UT_MatrixSolverT< T > | |
inversePowerIterate(const UT_MatrixT< T > &C1, const UT_MatrixT< T > &C2, UT_MatrixT< T > &R, UT_MatrixT< T > &tmp, UT_Permutation &index, T s, T &s1, T &s2, UT_VectorT< S > &q, UT_VectorT< S > &Aq, T starttol=1e-2, int startiter=5, T finaltol=1e-5, T doubletol=1e-4, int finaliter=50) | UT_MatrixSolverT< T > | |
LUBackSub(const UT_MatrixT< T > &a, const UT_Permutation &index, UT_VectorT< S > &b) | UT_MatrixSolverT< T > | inline |
LUBackSubCompanion(const UT_MatrixT< T > &R, T a, T b, const UT_Permutation &index, UT_VectorT< S > &y) | UT_MatrixSolverT< T > | |
LUBackSubOld(const UT_MatrixT< T > &a, const UT_Permutation &index, UT_VectorT< S > &b) | UT_MatrixSolverT< T > | |
LUDecomp(UT_MatrixT< T > &a, UT_Permutation &index, T &d, T tol=1e-20) | UT_MatrixSolverT< T > | inline |
LUDecompBackSub(const UT_MatrixT< T > &A, const UT_Permutation &pivots, UT_VectorT< S > &b) | UT_MatrixSolverT< T > | |
LUDecompCompanion(const UT_MatrixT< T > &P, T a, T b, UT_MatrixT< T > &R, UT_Permutation &index, T tol=1e-20) | UT_MatrixSolverT< T > | |
LUDecompOld(UT_MatrixT< T > &a, UT_Permutation &index, T &d, T tol=1e-20) | UT_MatrixSolverT< T > | |
LUDecompRect(UT_MatrixT< T > &A, UT_Permutation &pivots, T &detsign, T tol=1e-6) | UT_MatrixSolverT< T > | |
realSchurForm(UT_MatrixT< T > &A, UT_MatrixT< T > *Q=0, T tol=1E-6, int maxIteration=30) | UT_MatrixSolverT< T > | |
realSchurFormQZ(UT_MatrixT< T > &oA, UT_MatrixT< T > &oB, T tol=1e-6, int maxIteration=30) | UT_MatrixSolverT< T > | |
SVDBackSub(UT_MatrixT< T > &u, UT_VectorT< S > &w, UT_MatrixT< T > &v, UT_VectorT< S > &b, UT_VectorT< S > &x, T tol=1e-6) | UT_MatrixSolverT< T > | |
SVDDecomp(UT_MatrixT< T > &a, UT_VectorT< S > &w, UT_MatrixT< T > &v, int maxIterstion=30) | UT_MatrixSolverT< T > | |
triangularize(UT_MatrixT< T > &A, UT_MatrixT< T > &B, UT_MatrixT< T > *Q=0) | UT_MatrixSolverT< T > |