kao.math.matvec.solver.Gauss Class Reference

Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting. More...

Collaboration diagram for kao.math.matvec.solver.Gauss:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Gauss (Matrix A)
Vector solve (Vector b)

Detailed Description

Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting.

Author:
David Kao

Constructor & Destructor Documentation

kao.math.matvec.solver.Gauss.Gauss ( Matrix  A  ) 

Creates a Gaussian Elimination instance using Matrix A. To solve the linear set of equations Ax = b, the solve(b) routine must be called.

Parameters:
A Matrix A

Member Function Documentation

Vector kao.math.matvec.solver.Gauss.solve ( Vector  b  ) 

Solves for x in Ax = b.

Parameters:
b Vector b
Returns:
Vector x

Generated on Wed Apr 21 22:01:41 2010 for kao-math by  doxygen 1.6.1