Age | Commit message (Expand) | Author |
2006-08-28 | added a few element wise operations | Franz Zotter |
2006-08-23 | mtx_conv should work properly now, I tested it. | Franz Zotter |
2006-08-23 | mtx_conv:comments removed | Franz Zotter |
2006-08-23 | mtx_conv: one or two dimensional convolution for matrices. help-patch | Franz Zotter |
2006-08-14 | corrected bug in mtx_abs: | Franz Zotter |
2006-08-14 | corrections to mtx_fill: | Franz Zotter |
2006-08-09 | bug corrected: the new "size" command was crashing with uninitialized matrix. | Franz Zotter |
2006-08-09 | forgot to check in corrections: | Franz Zotter |
2006-08-09 | i added a "size" command to the base object that resizes the matrix | Franz Zotter |
2006-07-26 | added help for mtx_: | Franz Zotter |
2006-07-26 | mtx_sort: output order correction: from right to left. | Franz Zotter |
2006-07-25 | install abstractions when doing "make install"; | IOhannes m zmölnig |
2006-07-25 | removed the helpsymbol ugliness | IOhannes m zmölnig |
2006-07-25 | no idea... | IOhannes m zmölnig |
2006-07-25 | hopefully made it a bit more secure... | IOhannes m zmölnig |
2006-07-25 | we no longer support a different help-file location for pd<0.37; now everythi... | IOhannes m zmölnig |
2006-07-19 | added help symbols to the externals | Franz Zotter |
2006-06-06 | removed unused variables | IOhannes m zmölnig |
2006-04-09 | added mtx_bspline | IOhannes m zmölnig |
2006-04-09 | an n-dimensional b-spline interpolator | IOhannes m zmölnig |
2006-03-29 | code cleanup | IOhannes m zmölnig |
2006-03-29 | renamed "list" mode to "element" | IOhannes m zmölnig |
2006-03-29 | code cleanup | IOhannes m zmölnig |
2006-03-29 | removed class_sethelpsymbol where possible | IOhannes m zmölnig |
2006-03-29 | fixed help-patch | IOhannes m zmölnig |
2006-03-11 | oops, forgot to close #ifdef | IOhannes m zmölnig |
2006-03-11 | moved definitions of float-intrinsics for osX<10.3 to iemmatrix.h | IOhannes m zmölnig |
2006-03-09 | added all .c-files (since wildcard-macro does not work with nmake) | musil |
2005-12-15 | merged functionality for [mtx_min] and [mtx_max] into [mtx_minmax] and rebuilt | IOhannes m zmölnig |
2005-12-15 | eased cross-compilation | IOhannes m zmölnig |
2005-11-14 | enlarging the mtx_rowr(i)fft column size again from N/2 to N/2+1. | Franz Zotter |
2005-10-24 | make errors findable with "last error" | IOhannes m zmölnig |
2005-10-23 | compiled it on w32 (but normally we can use the cross-compiler and autoconf!) | IOhannes m zmölnig |
2005-10-23 | fixed errors with vc7 (variable decleration not at beginning of block) | IOhannes m zmölnig |
2005-10-23 | ran with "-Wall" and fixed naughtinesses | IOhannes m zmölnig |
2005-10-18 | added methods for 1-row and 1-col right-side matrices | IOhannes m zmölnig |
2005-10-18 | fixed processing with float at hot-inlet | IOhannes m zmölnig |
2005-10-17 | remade mtx_sub generic; | IOhannes m zmölnig |
2005-10-17 | fixed bugs in mtx_binop_generic; | IOhannes m zmölnig |
2005-10-17 | made code more readable for me | IOhannes m zmölnig |
2005-10-14 | removed a bit of verbosity | IOhannes m zmölnig |
2005-10-14 | found and fixed bug in object-destruction | IOhannes m zmölnig |
2005-10-13 | better check for strip and friends | IOhannes m zmölnig |
2005-10-13 | added warning-post about future changes | IOhannes m zmölnig |
2005-10-13 | fixed bug that prevented this object from loading on some systems. | IOhannes m zmölnig |
2005-10-12 | fixed bug that disabled this object on osX | IOhannes m zmölnig |
2005-10-07 | don'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-22 | the setup wrapper didn't contain a proper function call. | Franz Zotter |