메소드 | 설명 | |
---|---|---|
GMRESkSolver ( MatrixValue A ) : System |
Creates the class for a GMRES(k) solver.
|
|
GMRESkSolver ( MatrixValue A, bool restart ) : System |
Creates the class for a GMRES(k) solver.
|
|
Solve ( MatrixValue b ) : MatrixValue |
Solves the system of linear equations.
|
메소드 | 설명 | |
---|---|---|
Rotate ( int j ) : void |
public GMRESkSolver ( MatrixValue A ) : System | ||
A | MatrixValue | The matrix A to solve. |
리턴 | System |
public GMRESkSolver ( MatrixValue A, bool restart ) : System | ||
A | MatrixValue | The matrix A to consider as system of linear equations. |
restart | bool | Should restarts be executed? |
리턴 | System |
public Solve ( MatrixValue b ) : MatrixValue | ||
b | MatrixValue | The vector b in A * x = b. |
리턴 | MatrixValue |