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

Go to the source code of this file.

Functions

static int TEMPLATE() cholmod_transpose_unsym (cholmod_sparse *A, Int *Perm, Int *fset, Int nf, cholmod_sparse *F, cholmod_common *Common)
 
static int TEMPLATE() cholmod_transpose_sym (cholmod_sparse *A, Int *Perm, cholmod_sparse *F, cholmod_common *Common)
 

Function Documentation

static int TEMPLATE() cholmod_transpose_unsym ( cholmod_sparse A,
Int Perm,
Int fset,
Int  nf,
cholmod_sparse F,
cholmod_common Common 
)
static

Definition at line 34 of file amesos_t_cholmod_transpose.c.

static int TEMPLATE() cholmod_transpose_sym ( cholmod_sparse A,
Int Perm,
cholmod_sparse F,
cholmod_common Common 
)
static

Definition at line 133 of file amesos_t_cholmod_transpose.c.