Changeset 584 for library/bdm/itpp_ext.h

Show
Ignore:
Timestamp:
08/27/09 15:39:33 (15 years ago)
Author:
smidl
Message:

new function unique(ivec) and its test in RV_test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.h

    r579 r584  
    113113mat randun(int n, int m); 
    114114 
     115//! function returns unique entries in input vector \c in 
     116ivec unique(const ivec &in); 
    115117} 
    116118