SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
old_colamd.h File Reference

colamd include file More...

Go to the source code of this file.

Macros

#define COLAMD_KNOBS   20
 
#define COLAMD_STATS   20
 
#define COLAMD_DENSE_ROW   0
 
#define COLAMD_DENSE_COL   1
 
#define COLAMD_DEFRAG_COUNT   2
 
#define COLAMD_JUMBLED_COLS   3
 

Functions

int colamd_recommended (int nnz, int n_row, int n_col)
 
void colamd_set_defaults (double knobs[COLAMD_KNOBS])
 
int colamd (int n_row, int n_col, int Alen, int A[], int p[], double knobs[COLAMD_KNOBS])
 

Detailed Description

colamd include file

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Macro Definition Documentation

◆ COLAMD_DEFRAG_COUNT

#define COLAMD_DEFRAG_COUNT   2

◆ COLAMD_DENSE_COL

#define COLAMD_DENSE_COL   1

◆ COLAMD_DENSE_ROW

#define COLAMD_DENSE_ROW   0

◆ COLAMD_JUMBLED_COLS

#define COLAMD_JUMBLED_COLS   3

◆ COLAMD_KNOBS

#define COLAMD_KNOBS   20

◆ COLAMD_STATS

#define COLAMD_STATS   20

Function Documentation

◆ colamd()

int colamd ( int  n_row,
int  n_col,
int  Alen,
int  A[],
int  p[],
double  knobs[COLAMD_KNOBS] 
)
Here is the call graph for this function:

◆ colamd_recommended()

int colamd_recommended ( int  nnz,
int  n_row,
int  n_col 
)
Here is the caller graph for this function:

◆ colamd_set_defaults()

void colamd_set_defaults ( double  knobs[COLAMD_KNOBS])
Here is the caller graph for this function: