Relacs Numerics Library
0.9.8
|
relacs | |
Array | A template defining an one-dimensional array of data |
BasisFunction | Base class of all basis functions |
Polynom | A polynomial basis function |
Sine | A sine basis function |
CyclicArray | A template defining an one-dimensional cyclic array of data |
CyclicSampleData | A template defining an one-dimensional cyclic array of periodically sampled data |
Detector | Some basic event detector algorithms |
AcceptEvent | Provides check functions for the Detector algorithms that accept each detected event |
Map | A template handling an x- and an y-data array |
SampleData | A template defining an one-dimensional Array of data with an associated Range |
EventData | Class for event times that can also be an infinite ring-buffer |
EventIterator | Iterator for EventData returning the event time |
EventFrequencyIterator | Input Iterator for EventData which returns the event frequency |
EventSizeIterator | Input Iterator for EventData which returns the event size |
EventList | A container for EventData |
Kernel | Base class of all kernel functions |
RectKernel | A rectangular kernel |
TriangularKernel | A triangular kernel |
EpanechnikovKernel | A quadratic kernel |
GaussKernel | A gaussian kernel |
GammaKernel | A gamma kernel of order n |
LinearRange | A linear range of discretized numbers |
LinearRangeIterator | Iterator for a LinearRange |
RandomBase | The base class for random number generators |
RandomStd | An implementation of RandomBase with the random number generator from the standard C library |
Ran3 | An implementation of RandomBase with the ran3 random number generator from the numerical recipes |
RandomGSL | An implementation of RandomBase for the random number generators from the GSL library |
numerical_traits | |
numerical_traits< signed char > | |
numerical_traits< unsigned char > | |
numerical_traits< signed short > | |
numerical_traits< unsigned short > | |
numerical_traits< signed int > | |
numerical_traits< unsigned int > | |
numerical_traits< signed long > | |
numerical_traits< unsigned long > | |
numerical_iterator_traits | |
numerical_container_traits |