[source] simplify and avoid unrequired checks
[aubio.git] / src / fvec.c
2018-09-21 Paul Brossiersrc/aubio_priv.h: split BLAS and ATLAS support
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-01 Paul BrossierMerge branch 'intel_ipp'
2017-10-01 Paul Brossiersrc/*.c, wscript: remove trailing spaces
2017-10-01 Paul Brossiersrc/aubio_priv.h: define ipp aliases for single/double...
2017-10-01 Paul Brossiersrc/aubio_priv.h: include ipp headers from here
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-07-29 Eduard MüllerIntel IPP support for aubio
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2016-11-28 Paul Brossiersrc/{fmat,fvec}.c: avoid integer division
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-04-22 Paul Brossiersrc/: use #ifdef HAVE_FOO, not #if HAVE_FOO
2016-04-21 Paul Brossiersrc/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers...
2015-09-06 Paul BrossierMerge branch 'develop' into awhitening
2015-09-06 Paul Brossiersrc/fvec.c: fix variable name
2015-09-06 Paul BrossierMerge branch 'develop' into accelerate
2015-09-06 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul Brossiersrc/fvec.c: move alias to aubio_priv.h, add cblas copy
2015-09-05 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul BrossierMerge branch 'develop' into notes
2015-09-05 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul Brossiersrc/fvec.{c,h}: add fvec_weighted_copy
2015-09-05 Paul Brossiersrc/fvec.c: add variant for fvec_set_all using catlas
2015-09-03 Paul Brossiersrc/fvec.c: use macros for single/double precision...
2015-09-02 Paul Brossiersrc/fvec.c: Accelerate fvec_set_all, fvec_zeros, fvec_w...
2014-01-02 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-12-30 Paul Brossiersrc/: improve build with -Wdeclaration-after-statement
2013-12-18 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio...
2013-12-17 Paul Brossiersrc/fvec.h: clean up fvec api
2013-11-28 Paul Brossiersrc/{fvec,cvec,lvec,fmat}.c: make sure new_ functions...
2013-11-26 Paul Brossiersrc/{fvec,fmat}.c: use memcpy and memset to optimise...
2013-03-18 Paul Brossiersrc/fvec.c: fvec_copy: only get min if needed
2011-11-17 Paul Brossiersrc/{f,c}vec.c: remove zeroing since we now use calloc
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-04 Paul Brossiermodified fvec and lvec to be mono, added fmat
2009-09-25 Paul Brossiersrc/*.[ch]: update copyrights and license from 2003...
2009-09-17 Paul Brossiersrc/fvec.c: use AUBIO_SMPL_FMT
2009-09-12 Paul Brossiersrc/fvec.{c,h}: add fvec_set _zeros _ones _rev _weight...
2009-09-11 Paul Brossiersrc/fvec.{c,h}: add simple fvec_print function
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul Brossierremove src/sample.h
2007-11-24 Paul BrossierMerge ... aubio-mfcc branch, adding filterbank and...
2007-11-06 Paul Brossiermerge from banane
2007-11-02 Paul Brossiermerge main branch
2007-11-01 Paul Brossiersplitted sample.c into fvec.c and cvec.c, kept sample...