TBCI Numerical high perf. C++ Library 2.8.0
tenslib.cc
Go to the documentation of this file.
1
6/* $Id: tenslib.cc,v 1.7.2.3 2019/05/28 11:13:02 garloff Exp $ */
7
8#ifndef NUM
9# define NUM double
10#endif
11
12#ifdef PRAGMA_I
13# pragma implementation "index.h"
14# pragma implementation "tensor.h"
15#endif
16#include "tbci/tensor.h"
17
18// explicit instantiation of all those things ...
19//NAMESPACE_TBCI
20
21#define T NUM
22#include "tensor_inst.h"
23
24//NAMESPACE_END