|  | GaussSeidelMethodDSolve Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Solve(MatrixD, VectorD) | 
            Solves the specified linear system of equations A * x = b.
            (Inherited from IterativeLinearSystemSolverD.) | 
|  | Solve(MatrixD, VectorD, VectorD) | 
            Solves the specified linear system of equations Ax=b.
            (Overrides IterativeLinearSystemSolverDSolve(MatrixD, VectorD, VectorD).) | 
 See Also
See Also