- ILNumerics.Net
ILNumerics.Net is a class library for .NET software developers. It simplifies the
implementation of all kinds of numericalalgorithm s. ILNumerics.Net was designed for helping developers to create distribution-ready applications.Interface s of existing algebra systems were often found to be less effective, when it comes to distribution/integration into existing projects. Therefore, ILNumerics.Net does not come with an interpreter but directly utilizes features of modern development environments andprogramming language s like C#.Infobox_Software | name = ILNumerics.Net
caption =
developer = H.Kutschbach, et.al.
latest_release_version = v1.3.14
latest_release_date = August 18, 2008
operating_system =.NET Framework /mono (Linux ,Mac OS X , Windows)
genre = Technical computing,Mathematical software
license = LGPL/GPL
website = http://ilnumerics.net/History
ILNumerics.Net started in 2006 and serves its community with high performance fundamental math classes since - for free and no cost. In 2007 ILNumerics.Net won the
BASTA! Innovation Awards 2007 [ [http://basta-award.de BASTA! Innovation Award 2007] ] as most innovative .NET project ingermany ,switzerland andaustria .Features
N-dimensional arrays,
complex number s,linear algebra and plotting controls (2D and 3D) help developing algorithms on every platform .NET runs on. Developers formulate synchronous or asynchronous algorithms directly in their favorite .NET language - avoiding the need for interfacing 3rd party mathematical frameworks. The syntax is vastly compatible to well known and established mathematical programs likeMATLAB andGNU Octave . Due to its strongtype safety algorithms developed that way are more stable and robust atruntime .Performance
Since ILNumerics.Net comes as a
.NET assembly , it aims .NET applications. Just like Java - those frameworks are often criticized for not beeing suitable for numerical computations. Reasons are the memory management by a garbage collector and the intermediate language execution. Nevertheless, due to efficient memory management (pooling) and referencing for internal arrays, the performance of ILNumerics.Net algorithms is in the same range as of interpreted languages. Linear algebra routines rely on proccessor specific optimized versions ofLAPACK andBLAS , which further increases performance and reliability of computational results. However, 'numbercrunching' applications would rather use native languages likeFortran for fastest computations - with much higher implementational cost though.Alternatives
Some algebraic systems come with
compiler extensions for native code/C code generation. The most famous example here is Matlab's .NET Builder. Some other libraries aim the .NET platform only, namely: dnanalytics, centerspace NMath and Visual Numerics' IMSL.See also
*
Comparison of numerical analysis software References and external links
* [http://ilnumerics.net ILNumerics.Net website]
* [http://sourceforge.net/projects/ilnumericsnet/ ILNumerics.Net at sourceforge]
* [http://www.codeplex.com/ilnumericsnet ILNumerics.Net at codeplex]
Wikimedia Foundation. 2010.