sigma  1.0.0
Loading...
Searching...
No Matches
thresholded_affine.hpp File Reference

Defines the ThresholdedAffine class. More...

#include <cmath>
#include <sigma/affine/affine.hpp>

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.

Detailed Description

Defines the ThresholdedAffine class.