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

Go to the source code of this file.

Functions

static void sort (Int n, Int *Xip, Int *Xlen, Unit *LU, Int *Tp, Int *Tj, Entry *Tx, Int *W)
 
Int KLU_sort (KLU_symbolic *Symbolic, KLU_numeric *Numeric, KLU_common *Common)
 

Function Documentation

static void sort ( Int  n,
Int Xip,
Int Xlen,
Unit LU,
Int Tp,
Int Tj,
Entry Tx,
Int W 
)
static

Definition at line 17 of file amesos_klu_sort.c.

Int KLU_sort ( KLU_symbolic Symbolic,
KLU_numeric Numeric,
KLU_common Common 
)

Definition at line 92 of file amesos_klu_sort.c.