TBCI Numerical high perf. C++ Library  2.8.0
Macros
bdmatsolverlib.cc File Reference

includes TBCI::BdMatrix solver instantiations for a certain type NUM to be defined by the Makefile More...

#include "tbci/band_matrix.h"
#include "tbci/solver/bd_lu_solver.h"
#include "tbci/solver/svd_solver.h"
#include "bd_lu_solver_inst.h"
#include "svd_solver_inst.h"
Include dependency graph for bdmatsolverlib.cc:

Go to the source code of this file.

Macros

#define NUM   double
 
#define T   NUM
 
#define MAT   TBCI__ BdMatrix<NUM >
 
#define VEC   TBCI__ Vector<NUM >
 

Detailed Description

includes TBCI::BdMatrix solver instantiations for a certain type NUM to be defined by the Makefile

Definition in file bdmatsolverlib.cc.

Macro Definition Documentation

#define MAT   TBCI__ BdMatrix<NUM >

Definition at line 27 of file bdmatsolverlib.cc.

Referenced by TMatrix< T >::set_ptrs().

#define NUM   double

Definition at line 9 of file bdmatsolverlib.cc.

#define T   NUM

Definition at line 24 of file bdmatsolverlib.cc.

#define VEC   TBCI__ Vector<NUM >

Definition at line 28 of file bdmatsolverlib.cc.

Referenced by TMatrix< T >::set_ptrs().