Méthode | Description | |
---|---|---|
CGSolver ( MatrixValue A ) : System |
Creates a new instance.
|
|
Solve ( MatrixValue b ) : MatrixValue |
Solves a system of linear equation using the given matrix A.
|
public CGSolver ( MatrixValue A ) : System | ||
A | MatrixValue | The matrix A for which to solve. |
Résultat | System |
public Solve ( MatrixValue b ) : MatrixValue | ||
b | MatrixValue | The source vector b, i.e. A * x = b. |
Résultat | MatrixValue |