ViennaCL - The Vienna Computing Library
1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ilu.hpp
Go to the documentation of this file.
1
#ifndef VIENNACL_LINALG_ILU_HPP_
2
#define VIENNACL_LINALG_ILU_HPP_
3
4
/* =========================================================================
5
Copyright (c) 2010-2016, Institute for Microelectronics,
6
Institute for Analysis and Scientific Computing,
7
TU Wien.
8
Portions of this software are copyright by UChicago Argonne, LLC.
9
10
-----------------
11
ViennaCL - The Vienna Computing Library
12
-----------------
13
14
Project Head: Karl Rupp rupp@iue.tuwien.ac.at
15
16
(A list of authors and contributors can be found in the manual)
17
18
License: MIT (X11), see file LICENSE in the base directory
19
============================================================================= */
20
25
#include "
viennacl/linalg/detail/ilu/ilut.hpp
"
26
#include "
viennacl/linalg/detail/ilu/ilu0.hpp
"
27
#include "
viennacl/linalg/detail/ilu/block_ilu.hpp
"
28
#include "
viennacl/linalg/detail/ilu/chow_patel_ilu.hpp
"
29
30
#endif
31
32
33
ilu0.hpp
Implementations of incomplete factorization preconditioners with static nonzero pattern.
chow_patel_ilu.hpp
Implementations of incomplete factorization preconditioners with fine-grained parallelism.
ilut.hpp
Implementations of an incomplete factorization preconditioner with threshold (ILUT) ...
block_ilu.hpp
Implementations of incomplete block factorization preconditioners.
viennacl
linalg
ilu.hpp
Generated on Wed Jan 20 2016 22:32:42 for ViennaCL - The Vienna Computing Library by
1.8.6