Click or drag to resize

GaussianEliminationSolverSolveDestructive Method

Overload List
 NameDescription
Public methodSolveDestructive(IMatrixDouble, IVectorDouble, IVectorDouble)Solves system of linear equations Ax = b using Gaussian elimination with partial pivoting. Attention! Both matrix a and vector b are destroyed (changed).
Public methodSolveDestructive(IMatrixDouble, Double, Double)Solves system of linear equations Ax = b using Gaussian elimination with partial pivoting. Attention! Both matrix A and vector b are destroyed (changed).
Public methodSolveDestructive(MatrixWrapperStructForLeftSpineJaggedArrayDouble, Double, Double)Solves system of linear equations Ax = b using Gaussian elimination with partial pivoting. Attention! Both matrix A and vector b are destroyed (changed).
Public methodSolveDestructiveVectorT(IMatrixDouble, IVectorDouble, FuncInt32, VectorT)Solves system of linear equations Ax = b using Gaussian elimination with partial pivoting.
Top
See Also