Wishlist
From ILNumerics.Net software wiki
[edit]
Wishlist for Core Module
- FFT [solved in next release] :)
- Multicore support
- inv function - inverse of matrices without linsolve
- interpolation functions
- mod '%' operator overload for ILArray<>
- ensure Linux support (Lapack)
- Mono support
- 64Bit support (natively?)
- ismatrix, isvector as static functions (ILMath) also
- ILArray accepting trailing singleton dimensions (no auto-trim)
- read / write mat files: new version and cell/struct arrays
- "sized empty arrays": preserving non-zero dimensions
- ILArray<T>.Reshape(params int[]) [solved in next release]
The class documentation is a mess!
[edit]
Wishlist for Drawing
- Histogram plot
- Legend objects for ILSubfigure
- Light for surface plots
- Surface plots should have face color definable (instead of color gradient only) by
- 3D polygon objects
- 3D line plots
[edit]
solved list
- All markers for line plots [solved]
- X,Y plots for line plots [solved]
- Solid (static) color (property) [solved via u.d. colormaps]
- By data array (C in Matlab) [solved in next release]
- Surface: X,Y paramaters missing [solved]
- InteractiveMode 'none' [solved]
- All Matlab control sequences in labels (tex-like syntax: \Omega_i etc.) [solved]
- Colormaps [solved]
- minall() function [solved]
- specialData.sinc() switches cols <-> rows [solved]
- diff function [solved]

