aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-03-21oops; wrongly checked in!IOhannes m zmölnig
2005-03-21This commit was generated by cvs2svn to compensate for changes in r2637,svn2git-rootIOhannes m zmölnig