Represents an interval [a,b] at runtime. Note that the interval boundaries do not need to be constants.
More...
#include <interval.hpp>
Detailed Description
template<typename InterfaceType>
class viennamath::rt_interval< InterfaceType >
Represents an interval [a,b] at runtime. Note that the interval boundaries do not need to be constants.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
rt_expr<InterfaceType> const& lower |
( |
|
) |
const [inline] |
Returns the lower bound 'a' of the interval.
rt_expr<InterfaceType> const& upper |
( |
|
) |
const [inline] |
Returns the upper bound 'b' of the interval.
The documentation for this class was generated from the following file:
- /export/development/ViennaMath/viennamath/runtime/interval.hpp