Click or drag to resize

ILinearEquationSolverTSolveDestructive Method

Overload List
 NameDescription
Public methodSolveDestructive(IMatrixT, IVectorT, IVectorT) Solves the equation A*x == b. The matrix A and the right hand vector b might be changed in the process. If this is unwanted, then better use Solve(IROMatrixT, IReadOnlyListT, IVectorT).
Public methodSolveDestructiveVectorT(IMatrixDouble, IVectorDouble, FuncInt32, VectorT) Solves the equation A*x == b. The matrix A and the right hand vector b might be changed in the process. If this is unwanted, then better use SolveVectorT(IROMatrixDouble, IReadOnlyListDouble, FuncInt32, VectorT).
Top
See Also