Go to the documentation of this file.
   27 #ifndef AUBIO_VECUTILS_H 
   28 #define AUBIO_VECUTILS_H 
  
void fvec_log10(fvec_t *s)
compute the  of each vector elements
void fvec_abs(fvec_t *s)
compute the  of each vector elements
void fvec_ceil(fvec_t *s)
compute the  of each vector elements
void fvec_floor(fvec_t *s)
compute the  of each vector elements
void fvec_cos(fvec_t *s)
compute  of each vector elements
void fvec_log(fvec_t *s)
compute the  of each vector elements
void fvec_sin(fvec_t *s)
compute  of each vector elements
void fvec_exp(fvec_t *s)
compute  of each vector elements
void fvec_pow(fvec_t *s, smpl_t pow)
raise each vector elements to the power pow
float smpl_t
short sample format (32 or 64 bits)
void fvec_round(fvec_t *s)
compute the  of each vector elements
void fvec_sqrt(fvec_t *s)
compute the  of each vector elements