Click or drag to resize

ISolverTSolve Method

Overload List
 NameDescription
Public methodSolve(MatrixT) Solves a system of linear equations, AX = B.
Public methodSolve(VectorT) Solves a system of linear equations, Ax = b
Public methodSolve(MatrixT, MatrixT) Solves a system of linear equations, AX = B.
Public methodSolve(VectorT, VectorT) Solves a system of linear equations, Ax = b.
Top
See Also