kao.math.matvec.solver.Diagonal Class Reference
Method for solving linear system of equations when A is diagonal.
More...
List of all members.
Detailed Description
Method for solving linear system of equations when A is diagonal.
Method for solving systems of the form:
when A is diagonal.
- Author:
- David Kao
Constructor & Destructor Documentation
kao.math.matvec.solver.Diagonal.Diagonal |
( |
Matrix |
A, |
|
|
Vector |
b | |
|
) |
| | |
Create a new instance of the solver
- Parameters:
-
Member Function Documentation
Vector kao.math.matvec.solver.Diagonal.solve |
( |
|
) |
|
Solve the system of linear equations.
- Returns:
- Solution Vector x