Functions |
int_t | genmmd_ (int_t *, int_t *, int_t *, int_t *, int_t *, int_t *, int_t *, int_t *, int_t *, int_t *, int_t *, int_t *) |
void | get_colamd (const int_t m, const int_t n, const int_t nnz, int_t *colptr, int_t *rowind, int_t *perm_c) |
void | getata (const int_t m, const int_t n, const int_t nz, int_t *colptr, int_t *rowind, int_t *atanz, int_t **ata_colptr, int_t **ata_rowind) |
void | at_plus_a (const int_t n, const int_t nz, int_t *colptr, int_t *rowind, int_t *bnz, int_t **b_colptr, int_t **b_rowind) |
void | get_perm_c (int_t ispec, SuperMatrix *A, int_t *perm_c) |