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

Go to the source code of this file.

Functions

static void factor2 (Int Ap[], Int Ai[], Entry Ax[], KLU_symbolic *Symbolic, KLU_numeric *Numeric, KLU_common *Common)
 
KLU_numericKLU_factor (Int Ap[], Int Ai[], double Ax[], KLU_symbolic *Symbolic, KLU_common *Common)
 

Function Documentation

static void factor2 ( Int  Ap[],
Int  Ai[],
Entry  Ax[],
KLU_symbolic Symbolic,
KLU_numeric Numeric,
KLU_common Common 
)
static

Definition at line 16 of file amesos_klu_factor.c.

KLU_numeric* KLU_factor ( Int  Ap[],
Int  Ai[],
double  Ax[],
KLU_symbolic Symbolic,
KLU_common Common 
)

Definition at line 386 of file amesos_klu_factor.c.