Gaussian |
Name | Description | |
---|---|---|
SolveDestructive(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). | |
SolveDestructive(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). | |
SolveDestructive(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). | |
SolveDestructiveVectorT(IMatrixDouble, IVectorDouble, FuncInt32, VectorT) | Solves system of linear equations Ax = b using Gaussian elimination with partial pivoting. |