On Thu, 17 Mar 2011 15:33:10 +0000, dsimcha wrote: > 5. Matrix operations: SciD improvements that allow you to write matrix > operations that look like normal math/MATLAB and optimizes them via > expression templates so that a minimal number of temporary matrices are > created. Uses/will use BLAS for multiplication. Completion state: > Addition implemented. Multiplication not.
Nice matrix ops get my vote for what I would find most useful. Having matrices with m.rownames and m.colnames (similar to R's rownames(m) and colnames(m) for a matrix m), would be great too.
