Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
operator.hh
Go to the documentation of this file.
1
// include files for the operator subdirectory
2
3
#ifndef operator_hh
4
#define operator_hh
5
6
#include "
operator/compositions.hh
"
7
#include "
operator/permutation.hh
"
8
#include "
operator/matrix.hh
"
9
#include "
operator/denseMatrix.hh
"
10
#include "
operator/hashedSMatrix.hh
"
11
#include "
operator/sparseMatrix.hh
"
12
#include "
operator/bilinearForm.hh
"
13
#include "
operator/solverFabric.hh
"
14
#include "
operator/gmres.hh
"
15
#include "
operator/gmresFabric.hh
"
16
#include "
operator/submatrix.hh
"
17
#include "
operator/lapack.hh
"
18
#include "
operator/solverConjugate.hh
"
19
#include "
operator/newton.hh
"
20
21
#include "
operator/cg.hh
"
22
#include "
operator/cgFabric.hh
"
23
24
#include "
operator/bicgstab.hh
"
25
#include "
operator/bicgstabFabric.hh
"
26
27
#ifdef HAS_PETSC
28
#include "
operator/PETSc.hh
"
29
#include "
operator/PETScFabric.hh
"
30
#endif
31
32
// FIXME: this should not be necessary
33
//#define HAS_SuperLU
34
35
#ifdef HAS_SuperLU
36
#include "
operator/superLU.hh
"
37
#include "
operator/superLUfabric.hh
"
38
#endif
39
40
#ifdef HAS_MPI
41
#include <mpi.h>
42
#endif
43
44
#ifdef HAS_BELOS
45
#include "
operator/belosSolver.hh
"
46
#endif
47
48
#ifdef HAS_MUMPS
49
#include "
operator/mumps.hh
"
50
#include "
operator/mumpsFabric.hh
"
51
#include "
operator/mumpsoverlap.hh
"
52
#include "
operator/mumpsoverlapFabric.hh
"
53
#endif
54
55
#include "
operator/diagonal.hh
"
56
#include "
operator/diagonalFabric.hh
"
57
58
#include "
operator/umfpack.hh
"
59
#include "
operator/umfpackFabric.hh
"
60
61
#include "
operator/pardiso.hh
"
62
#include "
operator/pardisoFabric.hh
"
63
64
#include "
operator/transpose.hh
"
65
66
#include "
operator/constrained.hh
"
67
68
#endif // operator_hh
69
denseMatrix.hh
gmresFabric.hh
mumps.hh
PETSc.hh
PETScFabric.hh
solverFabric.hh
mumpsFabric.hh
constrained.hh
permutation.hh
cgFabric.hh
diagonalFabric.hh
matrix.hh
mumpsoverlap.hh
mumpsoverlapFabric.hh
belosSolver.hh
hashedSMatrix.hh
bicgstabFabric.hh
gmres.hh
umfpack.hh
lapack.hh
newton.hh
cg.hh
diagonal.hh
superLU.hh
bilinearForm.hh
transpose.hh
compositions.hh
solverConjugate.hh
sparseMatrix.hh
pardisoFabric.hh
bicgstab.hh
superLUfabric.hh
pardiso.hh
umfpackFabric.hh
submatrix.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich