|
TBCI Numerical high perf. C++ Library
2.8.0
|
instantiates most iterative solvers and preconditioners for a certain type NUM to be defined by the Makefile More...
#include "tbci/vector.h"#include "tbci/matrix.h"#include "tbci/band_matrix.h"#include "tbci/symm_bdmatrix.h"#include "tbci/solver/solver.h"#include "precond_inst.h"#include "diagprecond_inst.h"#include "noprecond_inst.h"#include "ilu0precond_inst.h"#include "diluprecond_inst.h"#include "bicg_inst.h"#include "bicgstab_inst.h"#include "cg_inst.h"#include "cgs_inst.h"#include "cheby_inst.h"#include "expm_inst.h"#include "gmres_inst.h"#include "ir_inst.h"#include "qmr_inst.h"
Go to the source code of this file.
Macros | |
| #define | NUM double |
| #define | T NUM |
| #define | U NUM |
| #define | MatrixType BdMatrix<T> |
| #define | MatrixType Matrix<T> |
| #define | MatrixType Symm_BdMatrix<T> |
instantiates most iterative solvers and preconditioners for a certain type NUM to be defined by the Makefile
Definition in file itersolverlib.cc.
Definition at line 39 of file itersolverlib.cc.
Referenced by svd_solve().
Definition at line 39 of file itersolverlib.cc.
| #define MatrixType Symm_BdMatrix<T> |
Definition at line 39 of file itersolverlib.cc.
| #define NUM double |
Definition at line 9 of file itersolverlib.cc.
| #define T NUM |
Definition at line 22 of file itersolverlib.cc.
| #define U NUM |
Definition at line 23 of file itersolverlib.cc.
1.8.5