Changeset 712 for library/bdm/itpp_ext.h

Show
Ignore:
Timestamp:
11/09/09 20:03:52 (15 years ago)
Author:
smidl
Message:

poor man's operator vec(bvec indeces)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.h

    r679 r712  
    3232 
    3333bvec operator< ( const vec &t1, const vec &t2 ); 
     34 
     35ivec get_from_bvec(const ivec &v, const bvec &binlist); 
    3436 
    3537// template<class Num_T>