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

Go to the source code of this file.

Functions

static cholmod_dense *TEMPLATE() cholmod_sparse_to_dense (cholmod_sparse *A, cholmod_common *Common)
 
static cholmod_sparse *TEMPLATE() cholmod_dense_to_sparse (cholmod_dense *X, int values, cholmod_common *Common)
 
static int TEMPLATE() cholmod_copy_dense2 (cholmod_dense *X, cholmod_dense *Y)
 

Function Documentation

static cholmod_dense* TEMPLATE() cholmod_sparse_to_dense ( cholmod_sparse A,
cholmod_common Common 
)
static

Definition at line 24 of file amesos_t_cholmod_dense.c.

static cholmod_sparse* TEMPLATE() cholmod_dense_to_sparse ( cholmod_dense X,
int  values,
cholmod_common Common 
)
static

Definition at line 129 of file amesos_t_cholmod_dense.c.

static int TEMPLATE() cholmod_copy_dense2 ( cholmod_dense X,
cholmod_dense Y 
)
static

Definition at line 223 of file amesos_t_cholmod_dense.c.