ILNumerics.Net: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jonas Nordholt
(Created page with "{{subpages}} ILNumerics is a math library for the .NET Framework. By turning C# into a mathematical language, it offers scientists and software developers a straight for...")
 
imported>Meg Taylor
No edit summary
 
(9 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.
 
Start your new article by replacing these lines! If it is your first one, you may have a look at [[CZ:Quick Start]], and if you cannot find it, just press the "Save page" button below this edit window — it will then be linked from here. Click 'show preview' to check your work and see what all the symbols do.
 
Include the title of your article in the opening paragraph ("A '''wug''' is a...") and highlight it in bold by using three quote marks either side '''like this'''. Two are for ''italics''. Insert references like so.<ref>This is a reference.</ref> Links to other articles go in double square brackets (see above). URLs take [http://en.citizendium.org single square brackets].
 
If the table of contents gets in the way, move it where you want by including the TOC template. (Curly brackets {} indicate a template.)
{{TOC|right}}
 
Mark subtitles with an increasing number of equals signs either side:
 
==History of wugs==
This section illustrates subtitle marks.
===Early history===
So does this.
====Ancient period====
And this.
=====Origins=====
This too. Five's the limit.
 
==Footnotes==
{{reflist|2}}
 
<!--We don't add Wikipedia-like 'categories' (e.g. '[[Category:History]]') to the text of articles at Citizendium because these are automatically added by the software once you've filled in the Metadata page for an article. You can add this via http://en.citizendium.org/wiki/Special:MetadataForm if you wish.-->

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.