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

Defines the Affine class. More...

#include <memory>
#include <optional>
#include <sigma/interval/interval.hpp>
#include <sstream>
#include <unordered_map>
#include <sigma/affine/eigen_compat.hpp>
#include <sigma/affine/operations/operations.hpp>

Go to the source code of this file.

Classes

class  sigma::Affine< ValueType >
 Implements affine arithmetic. More...

Namespaces

namespace  sigma
 The primary namespace for the sigma library.

Typedefs

using sigma::AFloat = Affine<float>
 Typedef for an affine form of floats.
using sigma::ADouble = Affine<double>
 Typedef for an affine form of doubles.

Detailed Description

Defines the Affine class.