The CyMeAlg Software (Release 0.01)
Static Private Attributes | List of all members
cymealg::tBoostRounding< numType > Class Template Reference

A class for rounding operations which uses the BOOST library. More...

#include <boostrnd.h>

Static Private Attributes

static boost::numeric::interval_lib::rounded_arith_std< numType > Rounding
 This is an object from the BOOST library which contains the definitions of arithmetic operations with correct rounding. More...
 

Detailed Description

template<class numType>
class cymealg::tBoostRounding< numType >

A class for rounding operations which uses the BOOST library.

Definition at line 48 of file boostrnd.h.

Member Data Documentation

◆ Rounding

template<class numType>
boost::numeric::interval_lib::rounded_arith_std< numType > cymealg::tBoostRounding< numType >::Rounding
staticprivate

This is an object from the BOOST library which contains the definitions of arithmetic operations with correct rounding.

Definition at line 85 of file boostrnd.h.


The documentation for this class was generated from the following file: