Amesos Package Browser (Single Doxygen Collection)  Development
Functions
amesos_klu_impl.c File Reference
#include "amesos_klu_internal.h"
Include dependency graph for amesos_klu_impl.c:

Go to the source code of this file.

Functions

size_t KLU_kernel_factor (Int n, Int Ap [], Int Ai [], Entry Ax [], Int Q [], double Lsize, Unit **p_LU, Entry Udiag [], Int Llen [], Int Ulen [], Int Lip [], Int Uip [], Int P [], Int *lnz, Int *unz, Entry *X, Int *Work, Int k1, Int PSinv [], double Rs [], Int Offp [], Int Offi [], Entry Offx [], KLU_common *Common)
 
void KLU_lsolve (Int n, Int Lip [], Int Llen [], Unit LU [], Int nrhs, Entry X [])
 
void KLU_usolve (Int n, Int Uip [], Int Ulen [], Unit LU [], Entry Udiag [], Int nrhs, Entry X [])
 
void KLU_ltsolve (Int n, Int Lip [], Int Llen [], Unit LU [], Int nrhs, Entry X [])
 
void KLU_utsolve (Int n, Int Uip [], Int Ulen [], Unit LU [], Entry Udiag [], Int nrhs, Entry X [])
 

Function Documentation

◆ KLU_kernel_factor()

size_t KLU_kernel_factor ( Int  n,
Int  Ap[],
Int  Ai[],
Entry  Ax[],
Int  Q[],
double  Lsize,
Unit **  p_LU,
Entry  Udiag[],
Int  Llen[],
Int  Ulen[],
Int  Lip[],
Int  Uip[],
Int  P[],
Int lnz,
Int unz,
Entry X,
Int Work,
Int  k1,
Int  PSinv[],
double  Rs[],
Int  Offp[],
Int  Offi[],
Entry  Offx[],
KLU_common Common 
)

Definition at line 64 of file amesos_klu_impl.c.

◆ KLU_lsolve()

void KLU_lsolve ( Int  n,
Int  Lip[],
Int  Llen[],
Unit  LU[],
Int  nrhs,
Entry  X[] 
)

Definition at line 202 of file amesos_klu_impl.c.

◆ KLU_usolve()

void KLU_usolve ( Int  n,
Int  Uip[],
Int  Ulen[],
Unit  LU[],
Entry  Udiag[],
Int  nrhs,
Entry  X[] 
)

Definition at line 309 of file amesos_klu_impl.c.

◆ KLU_ltsolve()

void KLU_ltsolve ( Int  n,
Int  Lip[],
Int  Llen[],
Unit  LU[],
Int  nrhs,
Entry  X[] 
)

Definition at line 447 of file amesos_klu_impl.c.

◆ KLU_utsolve()

void KLU_utsolve ( Int  n,
Int  Uip[],
Int  Ulen[],
Unit  LU[],
Entry  Udiag[],
Int  nrhs,
Entry  X[] 
)

Definition at line 604 of file amesos_klu_impl.c.