Math.NET Numerics Documentation
Navigation
¶
Documentation
API Reference
All Pages
Categories
Quick Search
»
Advanced Search »
Math.NET Project
¶
Project Website
Math.NET Numerics
Discussion/Forum
Issue Tracker
Ideas/Suggestions
Downloads
Documentation
Wiki
¶
New
Admin
Files
Login
Profile
Discuss (0)
Math.NET on Mono (and Linux)
Print
RSS
Modified on 2008-12-18 22:53
by
ruegg
Categorized as
HowTo
,
Iridium
Math.NET Numerics Features Overview
Math.NET Numerics Code Samples
Combinatorics
Special Functions
Fourier Transforms
Math.NET on Mono (and Linux)
Math.NET Numerics Features Overview
Math.NET Numerics Code Samples
Combinatorics
Special Functions
Fourier Transforms
Math.NET on Mono (and Linux)
»
Math.NET Numerics Documentation Wiki
»
Math.NET on Mono (and Linux)
[X]
»
Math.NET Numerics Documentation Wiki
»
Math.NET on Mono (and Linux)
Math.NET is developed with and targetted at the Microsoft .NET Platform. However, there is nothing in the way of using it on Mono or another .Net 2.0 (or higher) implementation. We even explicitly support Math.NET Iridium on Mono/Linux. Any issues that may come up will be collected here on this page. Please use the Math.NET Forum for questions or issues.
Using Math.NET Iridium on Mono and Linux
¶
How to use Iridium in MonoDevelop?
¶
Download the
latest Iridium version
and unpack the files in the Release subfolder
Create a new C# Project in MonoDevelop (here on Ubuntu Linux):
Choose
Edit References
in the
References
context menu:
In the
.Net Assembly
find the MathNet.Iridium.dll assembly and click
Add
:
It should now be listet under
selected references
. Confirm with
OK
:
It is now also listed under
References
. Start coding...
Compile the solution and run it (
Project
menu). That's it!
Math.NET
, a mathematical opensource .NET umbrella project by
Christoph Rüegg
and contributors.