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)
Math.NET on Mono (and Linux)
Print
RSS
Modified on 2008-12-18 22:53
by
ruegg
Categorized as
HowTo
,
Iridium
Iridium: Combinatorics
Yttrium Meta Architecture
Math.NET on Mono (and Linux)
Math.NET on the CompactFramework and WindowsCE
Building Math.NET
Emulating Microsoft Excel Worksheet Functions with Math.NET
Math.NET Iridium (Numerics) Documentation
Math.NET Iridium Code Samples
Iridium: Fourier Transforms
Iridium: Combinatorics
Math.NET Yttrium (Experimental Symbolics) Documentation
Math.NET Classic (Symbolics) Documentation
Yttrium Modules & Services
Extending Yttrium: Custom Data Structures
Advanced Yttrium: MathContext & Simulation Apartments
Yttrium Meta Architecture
Yttrium Demo Package: Petri Net
Yttrium Whiteboard
Math.NET Iridium Features Overview
Iridium Roadmap
Math.NET Iridium Code Samples
Iridium: Fourier Transforms
Iridium: Combinatorics
Special Functions
Math.NET on Mono (and Linux)
Iridium: Combinatorics
(10)
»
Math.NET Iridium Code Samples
»
Advanced Yttrium: MathContext & Simulation Apartments
»
Math.NET on Mono (and Linux)
[X]
»
Math.NET Iridium (Numerics) Documentation
»
Home - Math.NET Documentation
»
Math.NET Releases & Downloads
»
Iridium: Fourier Transforms
»
Yttrium Modules & Services
»
Building Math.NET
»
Yttrium Whiteboard
»
Math.NET Iridium Code Samples
»
Advanced Yttrium: MathContext & Simulation Apartments
»
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 project by
Christoph Rüegg
and contributors.