Math.NET Documentation
- Free & Open Mathematics for .NET
Navigation
Home
Iridium (Numerics)
Yttrium (Symbolics)
Classic (Symbolics)
All Pages
Categories
Quick Search
Advanced Search »
Math.NET Project
Project Website
Discussion Forum
Issue Tracker
Downloads
Documentation
Wiki
New
Admin
Files
Login
Profile
Discuss (0)
View Page Code
History
Math.NET on Mono (and Linux)
Print
RSS
Modified: 2007-08-19 22:56 by
ruegg
- Categorized as:
HowTo
,
Iridium
»
Math.NET on Mono (and Linux)
[X]
»
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.
Edit
Using Math.NET Iridium on Mono and Linux
Edit
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 project by
Christoph Rüegg
and contributors.