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

Go to the source code of this file.

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)
 

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 16 of file amesos_klu_analyze.c.

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

Definition at line 259 of file amesos_klu_analyze.c.

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

Definition at line 453 of file amesos_klu_analyze.c.