QR_MUMPS
|
Go to the source code of this file.
Functions | |
void | qrm_colamd (int n_row, int n_col, int Alen, int *A, int *p, int *err) |
void | qrm_colamd_recommended (int *alen, int nnz, int n_row, int n_col) |
This filetains a wrapper for colamd routines
Definition in file qrm_colamd_wrap.c.
void qrm_colamd | ( | int | n_row, |
int | n_col, | ||
int | Alen, | ||
int * | A, | ||
int * | p, | ||
int * | err | ||
) |
Definition at line 41 of file qrm_colamd_wrap.c.
Referenced by _qrm_do_colamd(), and dqrm_do_colamd().
void qrm_colamd_recommended | ( | int * | alen, |
int | nnz, | ||
int | n_row, | ||
int | n_col | ||
) |
Definition at line 63 of file qrm_colamd_wrap.c.
Referenced by _qrm_do_colamd(), and dqrm_do_colamd().