aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_matrix.c
AgeCommit message (Collapse)Author
2006-08-09bug corrected: the new "size" command was crashing with uninitialized matrix.Franz Zotter
svn path=/trunk/externals/iem/iemmatrix/; revision=5541
2006-08-09i added a "size" command to the base object that resizes the matrixFranz Zotter
atombuffer silently (no output), or shows the matrix dimensions. [size r c(, [size r(, and [size( are allowed, making a rectangular or square matrix, or answering with the size of the matrix, respectively. svn path=/trunk/externals/iem/iemmatrix/; revision=5538
2006-07-25hopefully made it a bit more secure...IOhannes m zmölnig
svn path=/trunk/externals/iem/iemmatrix/; revision=5406
2006-03-29removed class_sethelpsymbol where possibleIOhannes m zmölnig
svn path=/trunk/externals/iem/iemmatrix/; revision=4803
2005-10-24make errors findable with "last error"IOhannes m zmölnig
svn path=/trunk/externals/iem/iemmatrix/; revision=3764
2005-05-11split the objects from mtx_binops into several files: mtx_add, mtx_sub, ↵IOhannes m zmölnig
mtx_mul, mtx_pow mtx_binops is still there for glue functions exposed some important operations on float-arrays via iemmatrix.h (mtx_doInvert, mtx_doTranspose, mtx_doMultiply) as you can easily see, they all start with "mtx_do" and a capital letter; they all return a pointer to (newly allocated) memory with the result svn path=/trunk/externals/iem/iemmatrix/; revision=2947
2005-04-12changed license-text (now references LICENSE.txt instead of LGPL)IOhannes m zmölnig
svn path=/trunk/externals/iem/iemmatrix/; revision=2721
2005-03-21This commit was generated by cvs2svn to compensate for changes in r2637,svn2git-rootIOhannes m zmölnig
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/iem/iemmatrix/; revision=2638