KrisLibrary  1.0.0
Math::MatrixEquation Member List

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

A (defined in Math::MatrixEquation)Math::MatrixEquation
AllSolutions(Vector &x0, Matrix &N) const (defined in Math::MatrixEquation)Math::MatrixEquation
AllSolutions_RE(Vector &x0, Matrix &N) const (defined in Math::MatrixEquation)Math::MatrixEquation
AllSolutions_SVD(Vector &x0, Matrix &N) const (defined in Math::MatrixEquation)Math::MatrixEquation
b (defined in Math::MatrixEquation)Math::MatrixEquation
IsValid() const (defined in Math::MatrixEquation)Math::MatrixEquationinline
LBackSubstitute(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
LeastSquares(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
LeastSquares_Cholesky(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
LeastSquares_GaussSeidel(Vector &x, int maxIters=100, Real tol=Epsilon) const (defined in Math::MatrixEquation)Math::MatrixEquation
LeastSquares_QR(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
LeastSquares_SVD(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
LTBackSubstitute(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
MatrixEquation(const Matrix &A, const Vector &b) (defined in Math::MatrixEquation)Math::MatrixEquation
Residual(const Vector &x, Vector &r) const (defined in Math::MatrixEquation)Math::MatrixEquationinline
Solve(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
Solve_Cholesky(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
Solve_GaussSeidel(Vector &x, int maxIters=100, Real tol=Epsilon) const (defined in Math::MatrixEquation)Math::MatrixEquation
Solve_Jacobi(Vector &x, int maxIters=100, Real tol=Epsilon) const (defined in Math::MatrixEquation)Math::MatrixEquation
Solve_LU(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
Solve_SOR(Vector &x, Real omega=1.25, int maxIters=100, Real tol=Epsilon) const (defined in Math::MatrixEquation)Math::MatrixEquation
Solve_SVD(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation
UBackSubstitute(Vector &x) const (defined in Math::MatrixEquation)Math::MatrixEquation