Data Structures | Namespaces | Functions

/export/development/ViennaMath/viennamath/runtime/symbolic_interval.hpp File Reference

Defines a class representing an interval. This is only a placeholder class, the actual interval is substituted later. More...

#include <ostream>
#include "viennamath/forwards.h"

Go to the source code of this file.

Data Structures

class  rt_symbolic_interval< InterfaceType >
 A symbolic runtime interval. More...

Namespaces

namespace  viennamath
 

The main ViennaMath namespace. All types and functions for the user reside here.


Functions

template<typename InterfaceType >
std::ostream & operator<< (std::ostream &stream, rt_symbolic_interval< InterfaceType > const &e)
 Convenience overload for obtaining a string representation of a symbolic interval.

Detailed Description

Defines a class representing an interval. This is only a placeholder class, the actual interval is substituted later.