ILNumerics.Net: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jonas Nordholt
imported>Jonas Nordholt
No edit summary
Line 2: Line 2:


ILNumerics is a math library for the [[.NET Framework]]. By turning [[C#]] into a mathematical language, it offers scientists and software developers a straight forward syntax and wide platform support for numerical algorithms and 2D and 3D [[Scientific visualization]].
ILNumerics is a math library for the [[.NET Framework]]. By turning [[C#]] into a mathematical language, it offers scientists and software developers a straight forward syntax and wide platform support for numerical algorithms and 2D and 3D [[Scientific visualization]].
By extending the [[.NET Framework]] with n-dimensional arrays, [[Complex numbers]], [[Linear algebra]], [[FFT]] and plotting controls (2D and 3D), ILNumerics helps developing algorithms on every platform the CLI runs on. Developers don't need to interfacing 3rd party mathematical frameworks.
By extending the [[.NET Framework]] with n-dimensional arrays, [[Complex numbers]], [[Linear algebra]], [[FFT]] and plotting controls (2D and 3D), ILNumerics helps developing algorithms on every platform the CLI runs on. Developers don't need to interfacing 3rd party mathematical frameworks.

Revision as of 04:20, 8 August 2013

This article is developed but not approved.
Main Article
Discussion
Definition [?]
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable, developed Main Article is subject to a disclaimer.

ILNumerics is a math library for the .NET Framework. By turning C# into a mathematical language, it offers scientists and software developers a straight forward syntax and wide platform support for numerical algorithms and 2D and 3D Scientific visualization. By extending the .NET Framework with n-dimensional arrays, Complex numbers, Linear algebra, FFT and plotting controls (2D and 3D), ILNumerics helps developing algorithms on every platform the CLI runs on. Developers don't need to interfacing 3rd party mathematical frameworks.