Click or drag to resize
DigitalRuneGaussSeidelMethodDSolve Method
Solves the specified linear system of equations A * x = b.
Overload List
  NameDescription
Public methodSolve(MatrixD, VectorD)
Solves the specified linear system of equations A * x = b.
(Inherited from IterativeLinearSystemSolverD.)
Public methodSolve(MatrixD, VectorD, VectorD)
Solves the specified linear system of equations Ax=b.
(Overrides IterativeLinearSystemSolverDSolve(MatrixD, VectorD, VectorD).)
Top
See Also