Merge branch 'fix/awhitening'
[aubio.git] / src / fmat.c
2018-09-22 Paul Brossiersrc/fmat.c: using blas, not atlas
2018-09-21 Paul Brossiersrc/aubio_priv.h: split BLAS and ATLAS support
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-24 Paul Brossiersrc/, examples/: #ifdef HAVE_, not #if HAVE_
2016-04-21 Paul Brossiersrc/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers...
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-02-16 Paul Brossiersrc/fmat.c: comment out asserts
2016-02-16 Paul Brossiersrc/fmat.c: add optimized fmat_vecmul
2014-02-01 Paul Brossiersrc/fmat.c: fix redeclaration when not using memcpy...
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/fmat.c: new_fmat() takes height as first argument
2013-12-17 Paul Brossiersrc/fmat.h: clean up fmat api
2013-11-29 Paul Brossiersrc/fmat.c: use memcpy on each column
2013-11-28 Paul Brossiersrc/{fvec,cvec,lvec,fmat}.c: make sure new_ functions...
2013-11-28 Paul Brossiersrc/fmat.c: use memset for each columns
2013-11-26 Paul Brossiersrc/{fvec,fmat}.c: use memcpy and memset to optimise...
2013-10-27 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-10-17 Paul Brossiersrc/fmat.h: fmat_get_channel to write to an fvec_t
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