SNAP Library, Developer Reference  2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TNumericalStuff Member List
This is the complete list of members for TNumericalStuff, including all inherited members.
CholeskyDecomposition(TFltVV &A, TFltV &p)TNumericalStuff [static]
CholeskySolve(const TFltVV &A, const TFltV &p, const TFltV &b, TFltV &x)TNumericalStuff [static]
EigSymmetricTridiag(TFltV &d, TFltV &e, int n, TFltVV &z)TNumericalStuff [static]
InverseSubstitute(TFltVV &A, const TFltV &p)TNumericalStuff [static]
InverseSymetric(TFltVV &A)TNumericalStuff [static]
InverseTriagonal(TFltVV &A)TNumericalStuff [static]
LUDecomposition(TFltVV &A, TIntV &indx, double &d)TNumericalStuff [static]
LUSolve(const TFltVV &A, const TIntV &indx, TFltV &b)TNumericalStuff [static]
nrerror(const TStr &error_text)TNumericalStuff [private, static]
pythag(double a, double b)TNumericalStuff [private, static]
sign(double a, double b)TNumericalStuff [private, static]
SolveLinearSystem(TFltVV &A, const TFltV &b, TFltV &x)TNumericalStuff [static]
SolveSymetricSystem(TFltVV &A, const TFltV &b, TFltV &x)TNumericalStuff [static]
sqr(double a)TNumericalStuff [private, static]
SymetricToTridiag(TFltVV &a, int n, TFltV &d, TFltV &e)TNumericalStuff [static]