aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-10-13fixed bug that prevented this object from loading on some systems.IOhannes m zmölnig
2005-10-12fixed bug that disabled this object on osXIOhannes m zmölnig
2005-10-07don't include c-files (iemmatrix.c used to include iemmatrix_sources.c)IOhannes m zmölnig
2005-09-26 adding matrix concatenation external. two matrices can be concatenated to on...Franz Zotter
2005-09-26 added symbolic creation arguments or mode parameters "row" "col" ["mtx"] to ...Franz Zotter
2005-09-22the setup wrapper didn't contain a proper function call.Franz Zotter
2005-09-22a post message for debugging was removedFranz Zotter
2005-09-22re-newed column and row-wise operation selector. now [mode row(,Franz Zotter
2005-09-20changed the formerly called "dimension" to "mode".Franz Zotter
2005-09-20removed mtx_semipivot (was just lying around and got committed accidentally)IOhannes m zmölnig
2005-09-20changed checks for STRIP (but really look at how we did that in Gem)IOhannes m zmölnig
2005-09-20reflect newly added filesIOhannes m zmölnig
2005-09-20added more objects by fzIOhannes m zmölnig
2005-09-19added a bunch of new objects (from f.zotter);IOhannes m zmölnig
2005-09-19more fabs() instead of abs()IOhannes m zmölnig
2005-09-19functions to get elementwise minimum/maximum of 2 matricesIOhannes m zmölnig
2005-09-19removed verbosityIOhannes m zmölnig
2005-09-19better use fabs() than abs() when dealing with floats...IOhannes m zmölnig
2005-09-19automatic adding of new source-files to the main setup functionIOhannes m zmölnig
2005-09-19distclean now provides a makefile that does "./configure&&make"IOhannes m zmölnig
2005-09-19added iemtx_*_setup() functionsIOhannes m zmölnig
2005-09-19new objectsIOhannes m zmölnig
2005-09-19generic code (with loads of preprocessor-magic) for binopsIOhannes m zmölnig
2005-09-15automatic dependency generationIOhannes m zmölnig
2005-06-27added [mtx_dbtorms] and [mtx_rmstodb]IOhannes m zmölnig
2005-06-27- removed the debug-message in the dsp_add() routineIOhannes m zmölnig
2005-06-16MSVCC makefile fixed some filesmusil
2005-06-16this special makefile is no longer needed as configure can now handle mingwIOhannes m zmölnig
2005-06-14added [mtx_exp] and [mtx_log]IOhannes m zmölnig
2005-06-13deleted; we now use configure.acIOhannes m zmölnig
2005-06-09more support for mingw (just give the "host" at configure-time)IOhannes m zmölnig
2005-05-20added -fPICIOhannes m zmölnig
2005-05-17now using configure.ac instead of configure.in (which is deprecated)IOhannes m zmölnig
2005-05-11modified configure in get MinGW-crosscompilation (for w32) workIOhannes m zmölnig
2005-05-11output a righthand bang if inversion failsIOhannes m zmölnig
2005-05-11added an outlet to t_matrix (needed by mtx_inverse)IOhannes m zmölnig
2005-05-11mtx_doInvert can now return whether it could invert the matrix or notIOhannes m zmölnig
2005-05-11for non-square matrices, we now calculate automatically the (correct) pseudoi...IOhannes m zmölnig
2005-05-11added safety checks whether the matrix is non-NULLIOhannes m zmölnig
2005-05-11split the objects from mtx_binops into several files: mtx_add, mtx_sub, mtx_m...IOhannes m zmölnig
2005-05-10a Makefile for a MinGW-crosscompiler on linuxIOhannes m zmölnig
2005-05-10added mtx_sumIOhannes m zmölnig
2005-05-10use "__WIN32__" instead of "NT" or "MSW"IOhannes m zmölnig
2005-05-10use "__WIN32__" instead of "NT"IOhannes m zmölnig
2005-05-10added mtx_cholesky, mtx_gauss, mtx_prod, mtx_mul_tildeIOhannes m zmölnig
2005-05-10found non-ascii character in a commentIOhannes m zmölnig
2005-05-09a simple gauss elimination (without pivoting)IOhannes m zmölnig
2005-05-09implemented octave's/matlab's "prod()"-function: multiply cols togetherIOhannes m zmölnig
2005-05-09moved the content of mtx_tilde.c ([matrix~]) to mtx_mul~.c ([mtx_*~], [matrix...IOhannes m zmölnig
2005-04-27cholesky decompositionIOhannes m zmölnig