Age | Commit message (Expand) | Author |
2006-08-10 | mtx_find_rowcol changed: creation arguments added | 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 | added some useful abstractions: | 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-26 | correction of short description. | Franz Zotter |
2006-07-25 | added an abstraction to get the (real) distance between to sets of vectors (a... | IOhannes m zmölnig |
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-07-19 | added help files for several mtx externals | Franz Zotter |
2006-07-19 | added rowrfft help | 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 | new tests for known bugs | IOhannes m zmölnig |
2006-03-29 | updated and new help-patches | 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 | a help patch for this object | 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-28 | new help patches | IOhannes m zmölnig |
2006-03-28 | added mtx_{min,max}2 bug | IOhannes m zmölnig |
2006-03-28 | 2 more help-patches | IOhannes m zmölnig |
2006-03-28 | renamed help-patches; split meta help-patches into smaller ones; TODO: reflec... | IOhannes m zmölnig |
2006-03-28 | a BUGS file... | 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 | run test-suite on w32 | musil |
2006-03-09 | added all .c-files (since wildcard-macro does not work with nmake) | musil |
2006-01-20 | updated authors | IOhannes m zmölnig |
2005-12-15 | added tests for mtx_min, mtx_max and mtx_minmax | IOhannes m zmölnig |
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-24 | use smaller values for shifting ("<<123" is likely to produce very big results!) | 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-20 | function checks | IOhannes m zmölnig |
2005-10-20 | tests for per-element unary operators | IOhannes m zmölnig |
2005-10-19 | tests whether sources output correct-sized matrices | IOhannes m zmölnig |