TBCI Numerical high perf. C++ Library  2.8.0
matlib.cc
Go to the documentation of this file.
1 
6 /* $Id: matlib.cc,v 1.5.2.4 2022/11/03 18:42:09 garloff Exp $ */
7 
8 #ifndef NUM
9 # define NUM double
10 #endif
11 
12 #ifdef PRAGMA_I
13 # pragma implementation "matrix.h"
14 #endif
15 #include "tbci/matrix.h"
16 
17 // explicit instatiation of all those things ...
18 //NAMESPACE_TBCI
19 
20 #define T NUM
21 #define U NUM
22 #include "matrix_inst.h"
23 namespace TBCI {
24 #include "matrix_kernels_inst.h"
25 }
26 
27 //NAMESPACE_END