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

Go to the source code of this file.

Macros

#define DLONG   1
 

Functions

double CHOLMOD() hypot (double x, double y)
 
int CHOLMOD() divcomplex (double ar, double ai, double br, double bi, double *cr, double *ci)
 
static int change_complexity (Int nz, int xtype_in, int xtype_out, int xtype1, int xtype2, void **XX, void **ZZ, cholmod_common *Common)
 
int CHOLMOD() sparse_xtype (int to_xtype, cholmod_sparse *A, cholmod_common *Common)
 
int CHOLMOD() triplet_xtype (int to_xtype, cholmod_triplet *T, cholmod_common *Common)
 
int CHOLMOD() dense_xtype (int to_xtype, cholmod_dense *X, cholmod_common *Common)
 
int CHOLMOD() factor_xtype (int to_xtype, cholmod_factor *L, cholmod_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 22 of file amesos_cholmod_l_complex.c.

Function Documentation

double CHOLMOD() hypot ( double  x,
double  y 
)

Definition at line 44 of file amesos_cholmod_l_complex.c.

int CHOLMOD() divcomplex ( double  ar,
double  ai,
double  br,
double  bi,
double *  cr,
double *  ci 
)

Definition at line 97 of file amesos_cholmod_l_complex.c.

static int change_complexity ( Int  nz,
int  xtype_in,
int  xtype_out,
int  xtype1,
int  xtype2,
void **  XX,
void **  ZZ,
cholmod_common Common 
)
static

Definition at line 145 of file amesos_cholmod_l_complex.c.

int CHOLMOD() sparse_xtype ( int  to_xtype,
cholmod_sparse A,
cholmod_common Common 
)

Definition at line 430 of file amesos_cholmod_l_complex.c.

int CHOLMOD() triplet_xtype ( int  to_xtype,
cholmod_triplet T,
cholmod_common Common 
)

Definition at line 462 of file amesos_cholmod_l_complex.c.

int CHOLMOD() dense_xtype ( int  to_xtype,
cholmod_dense X,
cholmod_common Common 
)

Definition at line 493 of file amesos_cholmod_l_complex.c.

int CHOLMOD() factor_xtype ( int  to_xtype,
cholmod_factor L,
cholmod_common Common 
)

Definition at line 524 of file amesos_cholmod_l_complex.c.