#include <vector>
#include <map>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | ACDCGenerator |
Typedefs | |
typedef short | ACDCGenerator::DimType |
The integer type used to represent the dimension of the a functions to be sampled-. | |
typedef vector< double > | ACDCGenerator::DVector |
A vector of doubles. |
Do not make changes in this file. If you need to modify anything, edit a copy of the file which can be included instead of this file using the macro ACDC_ALT_CONFIG
.
ACDCGen uses some classes and functions from the standard library. These are here imported into the ACDCGenerator namespace. If alternative classes with the same API are needed these should be imported with the same name into the namespace in the ACDC_ALT_CONFIG
file.
Definition in file ACDCGenConfig.h.