Click or drag to resize
DigitalRuneIterativeLinearSystemSolverDSolve 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.
Public methodSolve(MatrixD, VectorD, VectorD)
Solves the specified linear system of equations A * x = b using an initial guess.
Top
See Also