AFF --- A container for numbers (array) by Friederich and Forbriger.
binarray.cc
Go to the documentation of this file.
1
43
#define TF_BINARRAY_CC_VERSION \
44
"TF_BINARRAY_CC V1.1 "
45
46
#include<complex>
47
48
// we are compiling the binary library
49
#define TF_COMPILING_LIBRARY
50
51
#include <contxx/binarray.h>
52
#include <contxx/shape/densestrided.h>
53
#include <contxx/shape/densestrided_repr.h>
54
55
#ifndef BIN_TYPE
56
#error "macro BIN_TYPE (template parameter) not defined!"
57
#endif
58
59
#ifndef BIN_N
60
#error "macro BIN_N (template parameter) not defined!"
61
#endif
62
63
#ifndef BIN_REPR
64
#error "macro BIN_REPR (template parameter) not defined!"
65
#endif
66
67
#ifndef BIN_SUBS
68
#error "macro BIN_SUBS (template parameter) not defined!"
69
#endif
70
71
// explicit instatiations for common types:
72
template
class
contxx::prebuilt::Array<BIN_TYPE, BIN_N, BIN_REPR, BIN_SUBS>;
73
74
/* ----- END OF binarray.cc ----- */
olib
binarray.cc
Generated on Mon Aug 21 2023 17:36:08 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14