Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
amesos_cholmod_l_band.c File Reference
#include "amesos_cholmod_internal.h"
#include "amesos_cholmod_core.h"
Include dependency graph for amesos_cholmod_l_band.c:

Go to the source code of this file.

Macros

#define DLONG   1
 

Functions

static cholmod_sparseband (cholmod_sparse *A, UF_long k1, UF_long k2, int mode, int inplace, cholmod_common *Common)
 
cholmod_sparse *CHOLMOD() band (cholmod_sparse *A, UF_long k1, UF_long k2, int mode, cholmod_common *Common)
 
int CHOLMOD() band_inplace (UF_long k1, UF_long k2, int mode, cholmod_sparse *A, cholmod_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 48 of file amesos_cholmod_l_band.c.

Function Documentation

static cholmod_sparse* band ( cholmod_sparse A,
UF_long  k1,
UF_long  k2,
int  mode,
int  inplace,
cholmod_common Common 
)
static

Definition at line 54 of file amesos_cholmod_l_band.c.

cholmod_sparse* CHOLMOD() band ( cholmod_sparse A,
UF_long  k1,
UF_long  k2,
int  mode,
cholmod_common Common 
)

Definition at line 346 of file amesos_cholmod_l_band.c.

int CHOLMOD() band_inplace ( UF_long  k1,
UF_long  k2,
int  mode,
cholmod_sparse A,
cholmod_common Common 
)

Definition at line 365 of file amesos_cholmod_l_band.c.