aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-11removed commentsFranz Zotter
2009-10-11added [mtx_spherical_radial], the radial functions of the spherical base-solu...Franz Zotter
2009-09-27silly pdpath bugdmotd
2009-08-07install into lib/pd/extra/iemmatrix/IOhannes m zmölnig
2009-06-17removed a faulty condition from [mtx_qr]...Franz Zotter
2009-06-17modified the chebyshev12 routine to put out readily normalized circular harmo...Franz Zotter
2009-06-09removed an annoying comment from [mtx_spherical_harmonics].Franz Zotter
2009-06-09adding [mtx_qr] using gsl support; performs QR-decomposition, but Q is not im...Franz Zotter
2009-05-16new win makefilesmusil
2009-05-06put the checks for "-mms-bitfields" _after_ the check for universal binariesIOhannes m zmölnig
2009-05-06(hopefully) better handling of the arch-stuff: keeping cppflags and cflags se...IOhannes m zmölnig
2009-04-09added bootstrap-scriptIOhannes m zmölnig
2009-04-09use for fat binaries (on demand)IOhannes m zmölnig
2009-04-09acinclude with fat-checkIOhannes m zmölnig
2009-02-18fixed sources: mtx_sh now longer exists, we now have mtx_spherical_harmonicsIOhannes m zmölnig
2009-01-22function-definitions are now "bla() {}" rather than "function bla()";IOhannes m zmölnig
2009-01-16forgot to increase point index for theta in [mtx_spherical_harmonics]Franz Zotter
2009-01-15considered dependency of [mtx_eig] for complex eigenvalues on recent gsl vers...Franz Zotter
2009-01-15corrected the dependency of [mtx_eig] on recent gsl versionsFranz Zotter
2009-01-14corrected stack overflow loop in [mtx_svd] deleteMTXsvd{ deleteMTXsvd(); }.Franz Zotter
2009-01-14deleted unnecessary fileFranz Zotter
2009-01-14renamed [mtx_sh] to [mtx_spherical_harmonics].Franz Zotter
2009-01-12svn..Franz Zotter
2009-01-12hmmm svn troublesFranz Zotter
2009-01-12corrected some misbehavior of the spherical harmoncis mathematical functionsFranz Zotter
2009-01-12added [mtx_sh] for spherical harmonics evaluation.Franz Zotter
2009-01-10added [mtx_eig] to compute eigenvalues and eigenvectors using GSL. Something ...Franz Zotter
2009-01-09added [mtx_svd] for singular value decomposition with the GNU scientific libr...Franz Zotter
2008-11-03added new sources to the buildIOhannes m zmölnig
2008-11-03added checks for sndfile to configure; properly use this in mtx_sndfilereadIOhannes m zmölnig
2008-11-03[mtx_unpack~] added to complete [mtx_pack~]Franz Zotter
2008-10-23corrected bug of mtx_pack~. won't crash anymore without creation argument.Franz Zotter
2008-10-23made changes to account for iemmatrix structures in the new files.Franz Zotter
2008-10-22added allpass chain, dispersive delay line matrix object [mtx_dispersive_dlin...Franz Zotter
2008-10-22got a better name for mtx_sndfile -> mtx_sndfilereadFranz Zotter
2008-10-22added [mtx_sndfile] which reads blocks of an audiofileFranz Zotter
2008-07-22corrected [mtx_rfft] and [mtx_rifft] memory bugs. Franz Zotter
2008-07-22fixing bugs...IOhannes m zmölnig
2008-07-22added check for fftw3;IOhannes m zmölnig
2008-07-22added fftw3 (uncompiled) to the mtx_rfft.c and mtx_rifft.c sources.Franz Zotter
2008-07-22changed from mtx_rowrfft and mtx_rowrifft to Franz Zotter
2008-06-11removed spurious addcreator()sIOhannes m zmölnig
2008-05-07added complex valued matrix fft routinesFranz Zotter
2008-05-02install the binary into extra/iemmatrix/IOhannes m zmölnig
2008-01-23build aliases when not building a libraryIOhannes m zmölnig
2008-01-03added [mtx_isequal]IOhannes m zmölnig
2008-01-03an object to test for equality of matricesIOhannes m zmölnig
2008-01-03fixed mtx_diegg and tests (it was really inconsistent)IOhannes m zmölnig
2008-01-03pedantic and C99IOhannes m zmölnig
2007-11-14fixed linebreaksIOhannes m zmölnig