Math.NET Documentation - Free & Open Mathematics for .NET

Math.NET
RSS

Navigation




Quick Search
»
Advanced Search »

Math.NET Project


Wiki

New Admin Files Login Profile

PoweredBy

Math.NET on Mono (and Linux)

RSS
Modified on 2008-12-18 21:53 by ruegg Categorized as HowTo, Iridium
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?


  • Create a new C# Project in MonoDevelop (here on Ubuntu Linux):

    abc


  • Choose Edit References in the References context menu:

    abc


  • In the .Net Assembly find the MathNet.Iridium.dll assembly and click Add:

    abc


  • It should now be listet under selected references. Confirm with OK:

    abc


  • It is now also listed under References. Start coding...

    abc


  • Compile the solution and run it (Project menu). That's it!

    abc

Math.NET, a mathematical opensource .Net project by Christoph Rüegg and contributors.