Click or drag to resize
DigitalRuneGaussSeidelMethodFSolve Method
Solves the specified linear system of equations A * x = b.
Overload List
  NameDescription
Public methodSolve(MatrixF, VectorF)
Solves the specified linear system of equations A * x = b.
(Inherited from IterativeLinearSystemSolverF.)
Public methodSolve(MatrixF, VectorF, VectorF)
Solves the specified linear system of equations Ax=b.
(Overrides IterativeLinearSystemSolverFSolve(MatrixF, VectorF, VectorF).)
Top
See Also