| 
    Amesos Package Browser (Single Doxygen Collection)
    Development
    
   | 
 
#include "amesos_paraklete_decl.h"
Go to the source code of this file.
Functions | |
| static Int | paraklete_btf_bcast_symbolic (paraklete_btf_symbolic **LU_btf_symbolic_handle, paraklete_common *Common) | 
| paraklete_btf_symbolic * | amesos_paraklete_btf_alloc_symbolic (Int n, Int nblocks, paraklete_common *Common) | 
| paraklete_btf_symbolic * | amesos_paraklete_btf_analyze (cholmod_sparse *A, paraklete_common *Common) | 
| paraklete_btf_numeric * | amesos_paraklete_btf_factorize (cholmod_sparse *A, paraklete_btf_symbolic *LU_btf_symbolic, paraklete_common *Common) | 
| Int | amesos_paraklete_btf_solve (paraklete_btf_numeric *LU_btf_numeric, paraklete_btf_symbolic *LU_btf_symbolic, double *B, paraklete_common *Common) | 
| void | amesos_paraklete_btf_free_symbolic (paraklete_btf_symbolic **LU_btf_symbolic_handle, paraklete_common *Common) | 
| void | amesos_paraklete_btf_free_numeric (paraklete_btf_numeric **LU_btf_numeric_handle, paraklete_common *Common) | 
      
  | 
  static | 
Definition at line 20 of file amesos_paraklete_btf.c.
| paraklete_btf_symbolic* amesos_paraklete_btf_alloc_symbolic | ( | Int | n, | 
| Int | nblocks, | ||
| paraklete_common * | Common | ||
| ) | 
Definition at line 100 of file amesos_paraklete_btf.c.
| paraklete_btf_symbolic* amesos_paraklete_btf_analyze | ( | cholmod_sparse * | A, | 
| paraklete_common * | Common | ||
| ) | 
Definition at line 153 of file amesos_paraklete_btf.c.
| paraklete_btf_numeric* amesos_paraklete_btf_factorize | ( | cholmod_sparse * | A, | 
| paraklete_btf_symbolic * | LU_btf_symbolic, | ||
| paraklete_common * | Common | ||
| ) | 
Definition at line 346 of file amesos_paraklete_btf.c.
| Int amesos_paraklete_btf_solve | ( | paraklete_btf_numeric * | LU_btf_numeric, | 
| paraklete_btf_symbolic * | LU_btf_symbolic, | ||
| double * | B, | ||
| paraklete_common * | Common | ||
| ) | 
Definition at line 547 of file amesos_paraklete_btf.c.
| void amesos_paraklete_btf_free_symbolic | ( | paraklete_btf_symbolic ** | LU_btf_symbolic_handle, | 
| paraklete_common * | Common | ||
| ) | 
Definition at line 690 of file amesos_paraklete_btf.c.
| void amesos_paraklete_btf_free_numeric | ( | paraklete_btf_numeric ** | LU_btf_numeric_handle, | 
| paraklete_common * | Common | ||
| ) | 
Definition at line 749 of file amesos_paraklete_btf.c.
 1.8.6