Definition in file eg_dmatrix.c.
#include "eg_dmatrix.h"
Include dependency graph for eg_dmatrix.c:

Go to the source code of this file.
Functions | |
| int | EGdMatrixGaussianElimination (EGdMatrix_t *const dmatrix, const unsigned do_col_perm, const unsigned do_row_perm, unsigned *const rank, EGlpNum_t zero_tol, int *const status) |
| This function performs gaussian elimination to the given matrix, depending on the given options it may do row/columns permutations allong the way to improve numerical stabillity. | |
1.4.5