Changeset 586 for library/bdm/itpp_ext.h

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

redesign of ctrl LQ control for arx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.h

    r584 r586  
    115115//! function returns unique entries in input vector \c in 
    116116ivec unique(const ivec &in); 
     117//! function returns unique entries of vector \c in that are not present in vector \c base 
     118ivec unique_complement(const ivec &in, const ivec &base); 
    117119} 
    118120