Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting. More...
Public Member Functions | |
Gauss (Matrix A) | |
Vector | solve (Vector b) |
Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting.
kao.math.matvec.solver.Gauss.Gauss | ( | Matrix | A | ) |