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

Go to the source code of this file.

Macros

#define REAL
 
#define COMPLEX
 
#define ZOMPLEX
 

Functions

static void natural_list (cholmod_factor *L)
 
static int L_is_packed (cholmod_factor *L, cholmod_common *Common)
 
static int allocate_simplicial_numeric (cholmod_factor *L, cholmod_common *Common)
 
static int simplicial_symbolic_to_super_symbolic (cholmod_factor *L, cholmod_common *Common)
 
static void any_to_simplicial_symbolic (cholmod_factor *L, int to_ll, cholmod_common *Common)
 
static void ll_super_to_super_symbolic (cholmod_factor *L, cholmod_common *Common)
 
static void simplicial_symbolic_to_simplicial_numeric (cholmod_factor *L, int to_ll, int packed, int to_xtype, cholmod_common *Common)
 
static void change_simplicial_numeric (cholmod_factor *L, int to_ll, int to_packed, int to_monotonic, cholmod_common *Common)
 
static void ll_super_to_simplicial_numeric (cholmod_factor *L, int to_packed, int to_ll, cholmod_common *Common)
 
static int super_symbolic_to_ll_super (int to_xtype, cholmod_factor *L, cholmod_common *Common)
 
int CHOLMOD() change_factor (int to_xtype, int to_ll, int to_super, int to_packed, int to_monotonic, cholmod_factor *L, cholmod_common *Common)
 

Macro Definition Documentation

#define REAL

Definition at line 116 of file amesos_cholmod_change_factor.c.

#define COMPLEX

Definition at line 118 of file amesos_cholmod_change_factor.c.

#define ZOMPLEX

Definition at line 120 of file amesos_cholmod_change_factor.c.

Function Documentation

static void natural_list ( cholmod_factor L)
static

Definition at line 170 of file amesos_cholmod_change_factor.c.

static int L_is_packed ( cholmod_factor L,
cholmod_common Common 
)
static

Definition at line 132 of file amesos_cholmod_change_factor.c.

static int allocate_simplicial_numeric ( cholmod_factor L,
cholmod_common Common 
)
static

Definition at line 202 of file amesos_cholmod_change_factor.c.

static int simplicial_symbolic_to_super_symbolic ( cholmod_factor L,
cholmod_common Common 
)
static

Definition at line 261 of file amesos_cholmod_change_factor.c.

static void any_to_simplicial_symbolic ( cholmod_factor L,
int  to_ll,
cholmod_common Common 
)
static

Definition at line 328 of file amesos_cholmod_change_factor.c.

static void ll_super_to_super_symbolic ( cholmod_factor L,
cholmod_common Common 
)
static

Definition at line 378 of file amesos_cholmod_change_factor.c.

static void simplicial_symbolic_to_simplicial_numeric ( cholmod_factor L,
int  to_ll,
int  packed,
int  to_xtype,
cholmod_common Common 
)
static

Definition at line 411 of file amesos_cholmod_change_factor.c.

static void change_simplicial_numeric ( cholmod_factor L,
int  to_ll,
int  to_packed,
int  to_monotonic,
cholmod_common Common 
)
static

Definition at line 670 of file amesos_cholmod_change_factor.c.

static void ll_super_to_simplicial_numeric ( cholmod_factor L,
int  to_packed,
int  to_ll,
cholmod_common Common 
)
static

Definition at line 820 of file amesos_cholmod_change_factor.c.

static int super_symbolic_to_ll_super ( int  to_xtype,
cholmod_factor L,
cholmod_common Common 
)
static

Definition at line 951 of file amesos_cholmod_change_factor.c.

int CHOLMOD() change_factor ( int  to_xtype,
int  to_ll,
int  to_super,
int  to_packed,
int  to_monotonic,
cholmod_factor L,
cholmod_common Common 
)

Definition at line 1010 of file amesos_cholmod_change_factor.c.