MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / fvec_ones

Function fvec_ones

deps/aubio/src/fvec.c:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void fvec_ones(fvec_t *s) {
91 fvec_set_all (s, 1.);
92}
93
94void fvec_rev(fvec_t *s) {
95 uint_t j;

Callers 1

fvec_set_windowFunction · 0.85

Calls 1

fvec_set_allFunction · 0.85

Tested by

no test coverage detected