KrisLibrary  1.0.0
Math::IterativeMethod Member List

This is the complete list of members for Math::IterativeMethod, including all inherited members.

A (defined in Math::IterativeMethod)Math::IterativeMethod
b (defined in Math::IterativeMethod)Math::IterativeMethod
GaussSeidel enum value (defined in Math::IterativeMethod)Math::IterativeMethod
InitialOnes(Vector &x0) const (defined in Math::IterativeMethod)Math::IterativeMethod
InitialRandom(Vector &x0, Real xmin=-One, Real xmax=One) const (defined in Math::IterativeMethod)Math::IterativeMethod
IsValid_GaussSeidel() const (defined in Math::IterativeMethod)Math::IterativeMethod
IsValid_Jacobi() const (defined in Math::IterativeMethod)Math::IterativeMethod
IsValid_SOR() const (defined in Math::IterativeMethod)Math::IterativeMethod
Iterate_GaussSeidel(Vector &x) const (defined in Math::IterativeMethod)Math::IterativeMethod
Iterate_Jacobi(Vector &x) const (defined in Math::IterativeMethod)Math::IterativeMethod
Iterate_SOR(Vector &x) const (defined in Math::IterativeMethod)Math::IterativeMethod
IterativeMethod(const Matrix &A, const Vector &b, Real omega=One) (defined in Math::IterativeMethod)Math::IterativeMethod
Jacobi enum value (defined in Math::IterativeMethod)Math::IterativeMethod
omega (defined in Math::IterativeMethod)Math::IterativeMethod
Solve(Type type, Vector &x0, int &maxIters, Real &tol) const (defined in Math::IterativeMethod)Math::IterativeMethod
SOR enum value (defined in Math::IterativeMethod)Math::IterativeMethod
Type enum name (defined in Math::IterativeMethod)Math::IterativeMethod