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_factor.c File Reference
#include "amesos_cholmod_internal.h"
#include "amesos_cholmod_core.h"
Include dependency graph for amesos_cholmod_l_factor.c:

Go to the source code of this file.

Macros

#define DLONG   1
 

Functions

cholmod_factor *CHOLMOD() allocate_factor (size_t n, cholmod_common *Common)
 
int CHOLMOD() free_factor (cholmod_factor **LHandle, cholmod_common *Common)
 
int CHOLMOD() reallocate_factor (size_t nznew, cholmod_factor *L, cholmod_common *Common)
 
int CHOLMOD() reallocate_column (size_t j, size_t need, cholmod_factor *L, cholmod_common *Common)
 
int CHOLMOD() pack_factor (cholmod_factor *L, cholmod_common *Common)
 
cholmod_sparse *CHOLMOD() factor_to_sparse (cholmod_factor *L, cholmod_common *Common)
 
cholmod_factor *CHOLMOD() copy_factor (cholmod_factor *L, cholmod_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 50 of file amesos_cholmod_l_factor.c.

Function Documentation

cholmod_factor* CHOLMOD() allocate_factor ( size_t  n,
cholmod_common Common 
)

Definition at line 77 of file amesos_cholmod_l_factor.c.

int CHOLMOD() free_factor ( cholmod_factor **  LHandle,
cholmod_common Common 
)

Definition at line 174 of file amesos_cholmod_l_factor.c.

int CHOLMOD() reallocate_factor ( size_t  nznew,
cholmod_factor L,
cholmod_common Common 
)

Definition at line 252 of file amesos_cholmod_l_factor.c.

int CHOLMOD() reallocate_column ( size_t  j,
size_t  need,
cholmod_factor L,
cholmod_common Common 
)

Definition at line 300 of file amesos_cholmod_l_factor.c.

int CHOLMOD() pack_factor ( cholmod_factor L,
cholmod_common Common 
)

Definition at line 493 of file amesos_cholmod_l_factor.c.

cholmod_sparse* CHOLMOD() factor_to_sparse ( cholmod_factor L,
cholmod_common Common 
)

Definition at line 607 of file amesos_cholmod_l_factor.c.

cholmod_factor* CHOLMOD() copy_factor ( cholmod_factor L,
cholmod_common Common 
)

Definition at line 696 of file amesos_cholmod_l_factor.c.