|
TBCI Numerical high perf. C++ Library
2.8.0
|
includes TBCI::Matrix solver instantiations for a certain type NUM to be defined by the Makefile More...
#include "tbci/matrix.h"#include "tbci/solver/gauss_jordan.h"#include "tbci/solver/lu_solver.h"#include "tbci/solver/svd_solver.h"#include "gauss_jordan_inst.h"#include "lu_solver_inst.h"#include "svd_solver_inst.h"
Go to the source code of this file.
Macros | |
| #define | NUM double |
| #define | T NUM |
| #define | MAT TBCI__ Matrix < NUM > |
| #define | VEC TBCI__ Vector < NUM > |
includes TBCI::Matrix solver instantiations for a certain type NUM to be defined by the Makefile
Definition in file matsolverlib.cc.
Definition at line 31 of file matsolverlib.cc.
| #define NUM double |
Definition at line 9 of file matsolverlib.cc.
| #define T NUM |
Definition at line 28 of file matsolverlib.cc.
Definition at line 32 of file matsolverlib.cc.
1.8.5