Changeset 404 for library/bdm/itpp_ext.h

Show
Ignore:
Timestamp:
07/02/09 22:16:05 (15 years ago)
Author:
smidl
Message:

Change in epdf: evallog returns -inf for points out of support. Merger is aware of it now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.h

    r328 r404  
    2626        bvec operator& ( const bvec &a, const bvec &b ); 
    2727        bvec operator| ( const bvec &a, const bvec &b ); 
     28         
     29        bvec operator>(const vec &t1, const vec &t2);  
    2830 
    29 // template<class Num_T> 
     31        bvec operator<(const vec &t1, const vec &t2);  
     32 
     33        // template<class Num_T> 
    3034// void set_subvector(vec &ov, ivec &iv, const Vec<Num_T> &v); 
    3135 
     
    3842        } 
    3943 
     44        const double inf =std::numeric_limits<double>::infinity(); 
     45         
     46//#if 0 
    4047        /*! 
    4148          \brief Gamma distribution 
     
    7481        }; 
    7582        bool qr ( const mat &A, mat &R ); 
    76  
     83//#endif 
    7784        //! reimplementation of matlab num2str 
    7885        std::string num2str(double d);