|
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_defaults (klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| klu_symbolic< Entry, Int > * | KLU2::klu_analyze (Int n, Int Ap[], Int Ai[], klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| klu_symbolic< Entry, Int > * | KLU2::klu_analyze_given (Int n, Int Ap[], Int Ai[], Int P[], Int Q[], klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| klu_numeric< Entry, Int > * | KLU2::klu_factor (Int Ap[], Int Ai[], Entry Ax[], klu_symbolic< Entry, Int > *Symbolic, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_solve (klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, Int ldim, Int nrhs, Entry B[], klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_tsolve (klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, Int ldim, Int nrhs, Entry B[], klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_refactor (Int Ap[], Int Ai[], Entry Ax[], klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_free_symbolic (klu_symbolic< Entry, Int > **Symbolic, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_free_numeric (klu_numeric< Entry, Int > **Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_sort (klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_flops (klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_rgrowth (Int Ap[], Int Ai[], Entry Ax[], klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_condest (Int Ap[], Entry Ax[], klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_rcond (klu_symbolic< Entry, Int > *Symbolic, klu_numeric< Entry, Int > *Numeric, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_scale (Int scale, Int n, Int Ap[], Int Ai[], Entry Ax[], double Rs[], Int W[], klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| Int | KLU2::klu_extract (klu_numeric< Entry, Int > *Numeric, klu_symbolic< Entry, Int > *Symbolic, Int *Lp, Int *Li, Entry *Lx, Int *Up, Int *Ui, Entry *Ux, Int *Fp, Int *Fi, Entry *Fx, Int *P, Int *Q, Entry *Rs, Int *R, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| void * | KLU2::klu_malloc (size_t n, size_t size, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| void * | KLU2::klu_free (void *p, size_t n, size_t size, klu_common< Entry, Int > *Common) |
| |
|
template<typename Entry, typename Int> |
| void * | KLU2::klu_realloc (size_t nnew, size_t nold, size_t size, void *p, klu_common< Entry, Int > *Common) |
| |