Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
amesos_cholmod_solve.c File Reference
#include "amesos_cholmod_internal.h"
#include "amesos_cholmod_cholesky.h"
#include "amesos_t_cholmod_solve.c"
Include dependency graph for amesos_cholmod_solve.c:

Go to the source code of this file.

Macros

#define REAL
 
#define COMPLEX
 
#define ZOMPLEX
 
#define P(k)   ((Perm == NULL) ? (k) : Perm [k])
 

Functions

static void amesos_perm (cholmod_dense *B, Int *Perm, Int k1, Int ncols, cholmod_dense *Y)
 
static void amesos_iperm (cholmod_dense *Y, Int *Perm, Int k1, Int ncols, cholmod_dense *X)
 
static void amesos_ptrans (cholmod_dense *B, Int *Perm, Int k1, Int ncols, cholmod_dense *Y)
 
static void amesos_iptrans (cholmod_dense *Y, Int *Perm, Int k1, Int ncols, cholmod_dense *X)
 
cholmod_dense *CHOLMOD() solve (int sys, cholmod_factor *L, cholmod_dense *B, cholmod_common *Common)
 

Macro Definition Documentation

#define REAL

Definition at line 61 of file amesos_cholmod_solve.c.

#define COMPLEX

Definition at line 64 of file amesos_cholmod_solve.c.

#define ZOMPLEX

Definition at line 67 of file amesos_cholmod_solve.c.

#define P (   k)    ((Perm == NULL) ? (k) : Perm [k])

Definition at line 76 of file amesos_cholmod_solve.c.

Function Documentation

static void amesos_perm ( cholmod_dense B,
Int Perm,
Int  k1,
Int  ncols,
cholmod_dense Y 
)
static

Definition at line 105 of file amesos_cholmod_solve.c.

static void amesos_iperm ( cholmod_dense Y,
Int Perm,
Int  k1,
Int  ncols,
cholmod_dense X 
)
static

Definition at line 322 of file amesos_cholmod_solve.c.

static void amesos_ptrans ( cholmod_dense B,
Int Perm,
Int  k1,
Int  ncols,
cholmod_dense Y 
)
static

Definition at line 527 of file amesos_cholmod_solve.c.

static void amesos_iptrans ( cholmod_dense Y,
Int Perm,
Int  k1,
Int  ncols,
cholmod_dense X 
)
static

Definition at line 754 of file amesos_cholmod_solve.c.

cholmod_dense* CHOLMOD() solve ( int  sys,
cholmod_factor L,
cholmod_dense B,
cholmod_common Common 
)

Definition at line 946 of file amesos_cholmod_solve.c.