TBCI Numerical high perf. C++ Library 2.8.0
fsveclib.cc
Go to the documentation of this file.
1
8/* $Id: fsveclib.cc,v 1.8.2.3 2019/05/28 11:13:02 garloff Exp $ */
9
10#ifndef NUM
11# define NUM double
12#endif
13
14#ifdef PRAGMA_I
15# pragma implementation "fs_vector.h"
16#endif
17#include "tbci/fs_vector.h"
18
19// explicit instantiation of all those things ...
20//NAMESPACE_TBCI
21
22#define T NUM
23
24#define dims 1
25#include "fs_vector_inst.h"
26#undef dims
27#define dims 2
28#include "fs_vector_inst.h"
29#undef dims
30#define dims 3
31#include "fs_vector_inst.h"
32#undef dims
33#define dims 4
34#include "fs_vector_inst.h"
35#undef dims
36#define dims 5
37#include "fs_vector_inst.h"
38#undef dims
39#define dims 6
40#include "fs_vector_inst.h"
41#undef dims
42#define dims 7
43#include "fs_vector_inst.h"
44#undef dims
45#define dims 8
46#include "fs_vector_inst.h"
47
48//NAMESPACE_END