00001 // 00002 // C++ Interface: itpp_ext 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: smidl <smidl@utia.cas.cz>, (C) 2008 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #include <itpp/itbase.h> 00013 00014 namespace itpp { 00015 Array<int> to_Arr(const ivec &indices); 00016 }