|
sigma
1.0.0
|
Defines the ThresholdedAffine class. More...
Go to the source code of this file.
Classes | |
| class | sigma::ThresholdedAffine< ValueType > |
| Implements affine arithmetic that drops negligible error terms. More... | |
| struct | sigma::ThresholdedAffine< ValueType >::Threshold |
| Tag type used to pass the relative threshold to constructors. More... | |
Namespaces | |
| namespace | sigma |
| The primary namespace for the sigma library. | |
Typedefs | |
| using | sigma::TAFloat = ThresholdedAffine<float> |
| Typedef for a thresholded affine form of floats. | |
| using | sigma::TADouble = ThresholdedAffine<double> |
| Typedef for a thresholded affine form of doubles. | |
Defines the ThresholdedAffine class.