Changeset 240517e
- Timestamp:
- Feb 16, 2016, 9:59:00 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ae1a9ba
- Parents:
- 73e8f65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fmat.c
r73e8f65 r240517e 157 157 void fmat_vecmul(fmat_t *s, fvec_t *scale, fvec_t *output) { 158 158 uint_t k; 159 #if 0 159 160 assert(s->height == output->length); 160 161 assert(s->length == scale->length); 162 #endif 161 163 #if !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS) 162 164 uint_t j;
Note: See TracChangeset
for help on using the changeset viewer.