Classes | |
class | ACDCGen |
ACDCGen is a general class for sampling multi-dimensional functions. More... | |
class | ACDCGenCell |
ACDCGenCell is the class representing a generation cell in ACDCGen. More... | |
struct | ACDCGenCellInfo |
This is a class describing cells to the outside world to be used for debugging purposes. More... | |
struct | ACDCTraitsType |
ACDCTraitsType is an empty non-polymorphic base class for all traits classes in ACDCGenerator. More... | |
struct | ACDCFncTraits |
ACDCFncTraits defines the interface to functions to be sampled by ACDCGen. More... | |
struct | ACDCRandomTraits |
ACDCRandomTraits defines the interface to random number generator objects to be used by ACDCGen. More... | |
Typedefs | |
typedef short | DimType |
The integer type used to represent the dimension of the a functions to be sampled-. | |
typedef vector< double > | DVector |
A vector of doubles. |
typedef vector<double> ACDCGenerator::DVector |