AFF --- A container for numbers (array) by Friederich and Forbriger.
|
explicit array template instantiation for standard template parameters (implementation) More...
#include <complex>
#include <contxx/binarray.h>
#include <contxx/shape/densestrided.h>
#include <contxx/shape/densestrided_repr.h>
Go to the source code of this file.
Macros | |
#define | TF_BINARRAY_CC_VERSION "TF_BINARRAY_CC V1.1 " |
#define | TF_COMPILING_LIBRARY |
explicit array template instantiation for standard template parameters (implementation)
explicit array template instantiation for standard template parameters
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
(implementation)
We have to compile into separate object files. Up to now the linker is not able to extract only those classes that re definitely used by our code. This is only possible if every class is compiled into a different object file. To accomplish multiple object files from only one source file, we pass template parameters through preprocessor macros.
Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)
REVISIONS and CHANGES
Definition in file binarray.cc.