QR_MUMPS
Functions
qrm_colamd_wrap.c File Reference

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)
 

Detailed Description

This filetains a wrapper for colamd routines

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_colamd_wrap.c.

Function Documentation

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().