Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
amesos_t_cholmod_change_factor.c File Reference
#include "amesos_cholmod_template.h"
Include dependency graph for amesos_t_cholmod_change_factor.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void TEMPLATE() change_simplicial_numeric (cholmod_factor *L, Int to_ll, Int to_packed, Int *newLi, double *newLx, double *newLz, Int lnz, Int grow, double grow1, Int grow2, Int make_ll, Int make_monotonic, Int make_ldl, cholmod_common *Common)
 
static void TEMPLATE() ll_super_to_simplicial_numeric (cholmod_factor *L, Int to_packed, Int to_ll, cholmod_common *Common)
 

Function Documentation

static void TEMPLATE() change_simplicial_numeric ( cholmod_factor L,
Int  to_ll,
Int  to_packed,
Int newLi,
double *  newLx,
double *  newLz,
Int  lnz,
Int  grow,
double  grow1,
Int  grow2,
Int  make_ll,
Int  make_monotonic,
Int  make_ldl,
cholmod_common Common 
)
static

Definition at line 23 of file amesos_t_cholmod_change_factor.c.

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

Definition at line 449 of file amesos_t_cholmod_change_factor.c.