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

Go to the source code of this file.

Macros

#define DLONG   1
 

Functions

static Int analyze_worker (Int n, Int Ap[], Int Ai[], Int nblocks, Int Pbtf[], Int Qbtf[], Int R[], Int ordering, Int P[], Int Q[], double Lnz[], Int Pblk[], Int Cp[], Int Ci[], Int Cilen, Int Pinv[], KLU_symbolic *Symbolic, KLU_common *Common)
 
static KLU_symbolicorder_and_analyze (Int n, Int Ap[], Int Ai[], KLU_common *Common)
 
KLU_symbolicKLU_analyze (Int n, Int Ap[], Int Ai[], KLU_common *Common)
 

Macro Definition Documentation

#define DLONG   1

Definition at line 10 of file amesos_klu_l_analyze.c.

Function Documentation

static Int analyze_worker ( Int  n,
Int  Ap[],
Int  Ai[],
Int  nblocks,
Int  Pbtf[],
Int  Qbtf[],
Int  R[],
Int  ordering,
Int  P[],
Int  Q[],
double  Lnz[],
Int  Pblk[],
Int  Cp[],
Int  Ci[],
Int  Cilen,
Int  Pinv[],
KLU_symbolic Symbolic,
KLU_common Common 
)
static

Definition at line 19 of file amesos_klu_l_analyze.c.

static KLU_symbolic* order_and_analyze ( Int  n,
Int  Ap[],
Int  Ai[],
KLU_common Common 
)
static

Definition at line 262 of file amesos_klu_l_analyze.c.

KLU_symbolic* KLU_analyze ( Int  n,
Int  Ap[],
Int  Ai[],
KLU_common Common 
)

Definition at line 456 of file amesos_klu_l_analyze.c.