#include <vector>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | NC |
| namespace | NC::Fitter |
Classes | |
| class | NC::Fitter::CoordBase< T > |
| Base class for coordinate types. More... | |
| struct | NC::Fitter::Coord |
| A simple two-dimensional coordinate. More... | |
| class | NC::Fitter::ICallableND |
| Interface to a general function in many dimensions. More... | |
| class | NC::Fitter::ICallableInt |
| Interface to a function on integers in many dimensions. More... | |
| class | NC::Fitter::ICallable2D |
| Interface to a function on two-dimensional coordinates. More... | |
Typedefs | |
| typedef CoordBase< double > | CoordNDim |
| An N-dimensional coordinate CoordBase. | |
| typedef CoordBase< int > | CoordInt |
| An N-dimensional coordinate in integer space CoordBase. | |
|
|
1.3.9.1