|
Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "amesos_klu_internal.h"
Go to the source code of this file.
Macros | |
| #define | DLONG 1 |
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[]) |
| #define DLONG 1 |
Definition at line 62 of file amesos_klu_l.c.
| 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 67 of file amesos_klu_l.c.
Definition at line 205 of file amesos_klu_l.c.
Definition at line 308 of file amesos_klu_l.c.
Definition at line 442 of file amesos_klu_l.c.
1.8.6