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
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)
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 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
Yttrium Meta Architecture
Extending Yttrium: Custom Data Structures
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)
Yttrium Modules & Services
Extending Yttrium: Custom Data Structures
Advanced Yttrium: MathContext & Simulation Apartments
Yttrium Meta Architecture
Yttrium Demo Package: Petri Net
Yttrium Whiteboard
(8)
»
Math.NET Yttrium (Experimental Symbolics) Documentation
»
Math.NET Iridium (Numerics) Documentation
»
Math.NET on Mono (and Linux)
[X]
»
Yttrium Demo Package: Petri Net
»
Yttrium Modules & Services
»
Home - Math.NET Documentation
»
Building Math.NET
»
Yttrium Whiteboard
»
Math.NET Yttrium (Experimental Symbolics) Documentation
»
Math.NET Iridium (Numerics) Documentation
»
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.