aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_add.c
AgeCommit message (Collapse)Author
2011-02-10UTF-8 ifiedIOhannes m zmölnig
svn path=/trunk/externals/iem/iemmatrix/; revision=14894
2005-10-17fixed bugs in mtx_binop_generic;IOhannes m zmölnig
use generism for mtx_add svn path=/trunk/externals/iem/iemmatrix/; revision=3725
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