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

Go to the source code of this file.

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)
 

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 51 of file amesos_cholmod_band.c.

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

Definition at line 343 of file amesos_cholmod_band.c.

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

Definition at line 362 of file amesos_cholmod_band.c.