Click or drag to resize

GaussianEliminationSolver.SolveDestructive Method

Overload List
 NameDescription
Public methodSolveDestructive(IMatrix<Double>, IVector<Double>, IVector<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(IMatrix<Double>, 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(MatrixWrapperStructForLeftSpineJaggedArray<Double>, 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<VectorT>(IMatrix<Double>, IVector<Double>, Func<Int32, VectorT>)Solves system of linear equations Ax = b using Gaussian elimination with partial pivoting.
Top
See Also