Changeset da01353 for src/mathutils.h


Ignore:
Timestamp:
Nov 17, 2018, 3:15:15 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
21067f9
Parents:
195e22e4
Message:

[api] add fvec_mul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r195e22e4 rda01353  
    193193*/
    194194void fvec_add (fvec_t * v, smpl_t c);
     195
     196/** multiply each elements of a vector by a scalar
     197
     198  \param v vector to add constant to
     199  \param s constant to scale v with
     200
     201*/
     202void fvec_mul (fvec_t * v, smpl_t s);
    195203
    196204/** remove the minimum value of the vector to each elements
Note: See TracChangeset for help on using the changeset viewer.