aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-04-27use "double" instead of "long double"IOhannes m zmölnig
2005-04-13on __APPLE__ there is no such thing as "powf"; use "static inline" for thatIOhannes m zmölnig
2005-04-13removed mtx_semipivotIOhannes m zmölnig
2005-04-12changed license-text (now references LICENSE.txt instead of LGPL)IOhannes m zmölnig
2005-04-12changed license-text (now references LICENSE.txt instead of LGPL)IOhannes m zmölnig
2005-03-30loading the mtx_distance2-setupIOhannes m zmölnig
2005-03-30added [mtx_.^]IOhannes m zmölnig
2005-03-30moved some general functions from mtx_binop to iemmatrix.hIOhannes m zmölnig
2005-03-30calculate the euclidian distance (rather: square of - to minimize calculation...IOhannes m zmölnig
2005-03-30fixed a bug with non-square matrices;IOhannes m zmölnig
2005-03-30added labels when printingIOhannes m zmölnig