#include <limits.h>
#include <algorithm>
#include <stdexcept>
#include <string>
#include "itpp_ext.h"
Go to the source code of this file.
Classes | |
class | bdm::shared_ptr< T > |
A naive implementation of roughly a subset of the std::tr1:shared_ptr spec (really just roughly - it ignores memory exceptions, for example; also note I didn't read the spec). More... | |
Functions | |
template<typename T , typename U > | |
bool | bdm::operator== (shared_ptr< T > const &a, shared_ptr< U > const &b) |
template<typename T , typename U > | |
bool | bdm::operator!= (shared_ptr< T > const &a, shared_ptr< U > const &b) |
template<typename T , typename U > | |
bool | bdm::operator< (shared_ptr< T > const &a, shared_ptr< U > const &b) |
----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
Using IT++ for numerical operations -----------------------------------