aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-10fix AC_CONFIG_FILESIOhannes m zmölnig
2011-02-10removed autogenerated fielsIOhannes m zmölnig
2011-02-10removed autogenerated fileIOhannes m zmölnig
2011-02-10install all .pd_linuxIOhannes m zmölnig
2011-02-10renamed bootstrap.sh to autogen.sh as this is the standard name for such a sc...IOhannes m zmölnig
2011-02-10cleanup generated VERSION.txt and iemmatrix-meta.pdIOhannes m zmölnig
2011-02-10UTF-8 ifiedIOhannes m zmölnig
2011-02-10restructured to allow building of both library and externalsIOhannes m zmölnig
2011-02-10setup function shan't be staticIOhannes m zmölnig
2011-01-31install abstractions to extra/iemmatrix instead of extra directlyRoman Haefeli
2011-01-31make target 'realclean' delete also the generated files 'configure' and 'aclo...Roman Haefeli
2011-01-30generate version.txt & iemmatrix-meta.pdIOhannes m zmölnig
2011-01-30use standard names (PACKAGE_* rather than LIBRARAY_*)IOhannes m zmölnig
2011-01-30disabled the VERSION checkIOhannes m zmölnig
2011-01-30AC_INIT including versionIOhannes m zmölnig
2011-01-25fixed check for jnfIOhannes m zmölnig
2011-01-25trying to fix build problems with Bessel function "jnf" from math.h (not all ...Franz Zotter
2011-01-22Makefile: do not delete config.h.in in target distcleanRoman Haefeli
2011-01-22[mtx_bessel] added, using math.h bessel functions Jn,Yn for integer nFranz Zotter
2010-06-22added [mtx_cumprod] and [mtx_polyval] to evaluate polynomialsFranz Zotter
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