The CyMeAlg Software (Release 0.01)
|
This file contains the definition of a class for rounding operations for graph algorithms, based on the BOOST library. More...
#include "boost/numeric/interval.hpp"
Go to the source code of this file.
Classes | |
class | cymealg::tBoostRounding< numType > |
A class for rounding operations which uses the BOOST library. More... | |
Namespaces | |
cymealg | |
Macros | |
#define | DEFOP(WHAT) |
This is an internal macro of the class template "tBoostRounding" which defines arithmetic operations using the operations available in the BOOST library. More... | |
This file contains the definition of a class for rounding operations for graph algorithms, based on the BOOST library.
Definition in file boostrnd.h.
#define DEFOP | ( | WHAT | ) |
This is an internal macro of the class template "tBoostRounding" which defines arithmetic operations using the operations available in the BOOST library.
Definition at line 54 of file boostrnd.h.