Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!
-
7 votes
Investigate Mono.Simd
The upcoming Mono.Simd assembly is nearing release. Using these functions in certain areas could give massive performance gains.
-
7 votes
-
1 votes
Reintegrate the Sparse Linear Algebra toolkit
Iridium once supported sparse linear algebra (for a very short time) but then it was temporarily removed because of some issues. Solve them and integrate it back.
-
13 votes
Extend the FFT algorithms for arbitrary lengths
Currently the FFT implementation only supports sizes which are a power of two (2,4,8,16,...). Add direct support for arbitrary sizes.
-
6 votes
Allow interpolation over complex numbers
Currently interpolation only supports real numbers. Consider also to provide special schemes like Laurent interpolation around the unit circle.
-
4 votes
Provide an online API reference started
In addition to the CHM help file in the download packages, add an online version so we can look at it in the web browser before downloading, and even have it indexed by search engines.
-
3 votes
Add a median function
That returns the median of an arbitrary IList<double>, maybe also of an IEnumerable<double>. Note: Math.NET Neodym already implements an optimized sliding window implementation (i.e. a median filter).
-
3 votes
Implement MATLAB's pchip interpolation algorithm
Piecewise Cubic Hermite Interpolating Polynomial
-
8 votes
Add LU and QR decompositions for complex matrices started
Currently the LU and QR linear algebra matrix decompositions are only supported on real matrices.
-
0 votes
Update and merge the yttrium documentation
Currently the yttrium documentation is spread over several sites. Merge it and update it to bring it in sync with the current repository builds.
-
0 votes
Integrate Yttrium into custom msbuild environment
Iridium and Neodym use a custom msbuild based environment that supports (among others) automatic documentation and release package creation. Integrate Yttrium into that system.
-
14 votes
Provide linux packages (for use with mono)
Extend the package generation scripts and provide the missing documents (and maybe consider to switch back to a classic version system) to build linux packages (e.g. deb for debian/ubuntu) that will run under mono.
-
4 votes
-
2 votes
-
2 votes
-
1 votes
Provide extremal values for interpolated splines
Provide extremal points and values and thus also min/max for interpolated splines.
-
3 votes
Add interchange/swap function to Matrix class
Add interchange/swap function to Matrix class which would allow swapping two rows or columns in the matrix (i.e. m.swapRows(2,3)).
-
2 votes
Add row echelon and reduced row echelon form computation
Computing reduced row echelon and row echelon form of a Matrix could be used with Gaussian and Gauss-Jordan elimination techniques.
-
3 votes
Add support for surface interpolation (2D, mesh)
Extend the interpolation methods to support 2D surface interpolation, i.e. on a mesh. See http://community.opensourcedotnet.info/forums/t/565.aspx
