Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fvec.h

    rf7bfc5d r6f42c16  
    144144void fvec_rev(fvec_t *s);
    145145
    146 /** add a vector b to vector a, modifying a
    147 
    148   \param a  input vector to add b to
    149   \param b  input vector of the values to be added to a
    150 
    151   Upon return, he content of a[i] will be set to a[i] + b[i].
    152 
    153 */
    154 void fvec_vecadd(fvec_t *a, const fvec_t *b);
    155 
    156146/** apply weight to vector
    157147
Note: See TracChangeset for help on using the changeset viewer.