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

Go to the source code of this file.

Macros

#define DLONG   1
 
#define PATTERN
 
#define REAL
 
#define COMPLEX
 
#define COMPLEX
 
#define NCONJUGATE
 
#define ZOMPLEX
 
#define ZOMPLEX
 
#define NCONJUGATE
 

Functions

int CHOLMOD() transpose_unsym (cholmod_sparse *A, int values, Int *Perm, Int *fset, size_t fsize, cholmod_sparse *F, cholmod_common *Common)
 
int CHOLMOD() transpose_sym (cholmod_sparse *A, int values, Int *Perm, cholmod_sparse *F, cholmod_common *Common)
 
cholmod_sparse *CHOLMOD() transpose (cholmod_sparse *A, int values, cholmod_common *Common)
 
cholmod_sparse *CHOLMOD() ptranspose (cholmod_sparse *A, int values, Int *Perm, Int *fset, size_t fsize, cholmod_common *Common)
 
int CHOLMOD() sort (cholmod_sparse *A, cholmod_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 117 of file amesos_cholmod_l_transpose.c.

#define PATTERN

Definition at line 127 of file amesos_cholmod_l_transpose.c.

#define REAL

Definition at line 129 of file amesos_cholmod_l_transpose.c.

#define COMPLEX

Definition at line 133 of file amesos_cholmod_l_transpose.c.

#define COMPLEX

Definition at line 133 of file amesos_cholmod_l_transpose.c.

#define NCONJUGATE

Definition at line 139 of file amesos_cholmod_l_transpose.c.

#define ZOMPLEX

Definition at line 138 of file amesos_cholmod_l_transpose.c.

#define ZOMPLEX

Definition at line 138 of file amesos_cholmod_l_transpose.c.

#define NCONJUGATE

Definition at line 139 of file amesos_cholmod_l_transpose.c.

Function Documentation

int CHOLMOD() transpose_unsym ( cholmod_sparse A,
int  values,
Int Perm,
Int fset,
size_t  fsize,
cholmod_sparse F,
cholmod_common Common 
)

Definition at line 159 of file amesos_cholmod_l_transpose.c.

int CHOLMOD() transpose_sym ( cholmod_sparse A,
int  values,
Int Perm,
cholmod_sparse F,
cholmod_common Common 
)

Definition at line 484 of file amesos_cholmod_l_transpose.c.

cholmod_sparse* CHOLMOD() transpose ( cholmod_sparse A,
int  values,
cholmod_common Common 
)

Definition at line 848 of file amesos_cholmod_l_transpose.c.

cholmod_sparse* CHOLMOD() ptranspose ( cholmod_sparse A,
int  values,
Int Perm,
Int fset,
size_t  fsize,
cholmod_common Common 
)

Definition at line 879 of file amesos_cholmod_l_transpose.c.

int CHOLMOD() sort ( cholmod_sparse A,
cholmod_common Common 
)

Definition at line 1048 of file amesos_cholmod_l_transpose.c.