C# Class YAMP.Numerics.IterativeSolver

The abstract base class for any iterative solver.
Inheritance: DirectSolver
ファイルを表示 Open project: FlorianRappl/YAMP

Public Methods

Method Description
IterativeSolver ( MatrixValue A ) : System

The matrix A that contains the description for a system of linear equations.

Method Details

IterativeSolver() public method

The matrix A that contains the description for a system of linear equations.
public IterativeSolver ( MatrixValue A ) : System
A YAMP.MatrixValue The A in A * x = b.
return System