Click or drag to resize

ILinearEquationSolverTSolve Method

Overload List
 NameDescription
Public methodSolve(IROMatrixT, IReadOnlyListT, IVectorT) Solves the equation A*x == b. The matrix m and vector b will be kept. If this is not neccessary, then use SolveDestructive(IMatrixT, IVectorT, IVectorT), because it might be slightly faster.
Public methodSolveVectorT(IROMatrixDouble, IReadOnlyListDouble, FuncInt32, VectorT) Solves the equation A*x == b. The matrix A and right hand vector b will be kept. If this is not neccessary, then use SolveDestructiveVectorT(IMatrixDouble, IVectorDouble, FuncInt32, VectorT), because it might be slightly faster.
Top
See Also