ILNumerics.Net: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jonas Nordholt
No edit summary
imported>Meg Taylor
No edit summary
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{subpages}}
{{subpages}}
'''ILNumerics.Net''' is a math library for the [[.NET Framework]]. By turning [[C Sharp]] 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]], [[fast Fourier transform]] and plotting controls (2D and 3D), ILNumerics helps developing algorithms on every platform the CLI runs on; developers don't need to interface 3rd party mathematical frameworks anymore.
 
==Features==
 
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.

Latest revision as of 07:14, 22 October 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.Net is a math library for the .NET Framework. By turning C Sharp 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, fast Fourier transform and plotting controls (2D and 3D), ILNumerics helps developing algorithms on every platform the CLI runs on; developers don't need to interface 3rd party mathematical frameworks anymore.