3 #ifndef SPECTMORPH_BLOCK_UTILS_HH 
    4 #define SPECTMORPH_BLOCK_UTILS_HH 
   16   static void  mul    (guint           n_values,
 
   18                        const float    *ivalues);
 
   19   static void  add    (guint           n_values,
 
   21                        const float    *ivalues);
 
   22   static void  range  (guint           n_values,
 
Definition: smblockutils.hh:14