Iridium Roadmap
The page gathers all the content related to the future developments of Math.NET Iridium.
Array or collection utilities
(Vermorel) I am thinking a designing a small set of array utilities (eventually collections). Also, it's not exactly
numerical algorithms, it can still be handy while designing algorithms. Example
min max over multiple elements.indexOfMin, indexOfMax for an array.- array generation in the Matlab spirit (a function of index being provided).
- array
add and substract (somehow similar to linear algebra, but without the matrix wrapper).
Please share your thoughts concerning what you would think as being frequent enough to be useful.