ILNumerics started as open source project in 2007. It received valuable input, feedback and contributions from a rapidly growing community. We feel responsible and want to give something back to you! Thats why we provide ILNumerics Community Edition - an open source version of the latest ILNumerics code base. It is provided under the GPL version 3.
If you use ILNumerics and are satisfied with it - or not- we would really appreciate a feedback on this thread.
Hi, we have implemented a plugin module for our VisuMap product with ILNumerics.Net (core) to accelerate some math calculation (especially eigenvalue calculation). For example, the PCA calculation for 1000x1000 matrix with ILNumerics is almost 100 times faster than the original C#
implementation. The integration with ILNumerics library is simple and easy, it just took us few hours to see amazing results.
We have also tested another similar commercial product; ILNumerics is more than 200% faster than that product.
Also, in general, we have found that C# with its current compiler is extremely inadequate for calculation intensive applications. The compiler
can not even do the simplest optimization (like inlining small functions). Thus, I believe calculation intensive applications need to consider acceleration interface as an essential part in their software architecture, and ILNumerics offers valuable services in this regard.
This sounds interesting. Thanks for the feedback!
I took a look on your website. There are some nice plots to watch there! I recently got in touch with LLE and ISOMAP and therefore found your RPM algorithm interesting too. Will definitely follow the progress on it!
best wishes, haymo
Hi
I am using your Product in my Bachelor Thesis in Metrology.
I have to reinvent the wheel from a Matlab/Scilab script to a "Nice and Professional Looking" - Pluginable Programm.
The goal is that a standalone algorithm developed in Matlab can be easily ported to a c# plugin which my Program uses automaticly without automaticly.
Well thats the very good question ;-)
The Matlab scripts will be ported manually. Thats not my task.
Each script will be ported as a plugin.
The difficult task is: How do these scripts work together at the end.
At the moment I try to encapsulate each Plugin into the Command Pattern and work on userfriendly macrocommands.
Short offtopic question.
Is this forum software able to send me an email if a thread is updated?
In general it is. But I disabled that feature, due to instability. Some mails were sent, some not. The same is true for attachements, which were disabled too. Eventually we will switch to another forum sometimes in the future.
Hello ILNumerics! I am writing my master thesis. I am studiying statistics and want to use ILNumerics for generation of my plottings. I dont have a homepage so can I use the "Community License" for ? thank you
I am developing a program that utilizes ILNumerics for mathematical analysis and optimization of space frame structures. The library has helped a lot in the time required to perform the optimization process.