-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (46 loc) · 2.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Math.NET</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="application-name" content="Math.NET"/>
<link rel="me" type="text/html" href="https://twitter.com/MathDotNet" />
<link rel="me" type="text/html" href="https://mathstodon.xyz/@cdrnet" />
</head>
<body>
<h1>Math.NET</h1>
<p>
Math.NET is an opensource initiative to build and maintain toolkits covering fundamental mathematics,
targeting advanced but also every day needs of .Net developers.
</p>
<ul class="sbar">
<li><a href="https://github.com/mathnet">GitHub</a></li>
<li><a href="https://www.nuget.org/profiles/mathnet/">NuGet</a></li>
<li><a href="https://discuss.mathdotnet.com">Discussions</a></li>
<li><a href="https://twitter.com/MathDotNet">@MathDotNet</a></li>
</ul>
<h3><a href="https://numerics.mathdotnet.com">Numerical Computing</a></h3>
<p>
<b>Math.NET Numerics</b> aims to provide methods and algorithms for numerical computations in science, engineering and every day use.
Covered topics include special functions, linear algebra, probability models, random numbers, interpolation, integral transforms and more.
</p>
<h3><a href="https://symbolics.mathdotnet.com">Computer Algebra</a></h3>
<p><b>Math.NET Symbolics</b> is a basic opensource computer algebra library for .Net and Mono, written entirely in F#.</p>
<h3><a href="https://filtering.mathdotnet.com">Signal Processing</a></h3>
<p>
<b>Math.NET Filtering</b> (previously Neodym) aims to provide a toolkit for digital signal processing, offering an infrastructure for digital filter design,
applying those filters to data streams using data converters, as well as digital signal generators.
</p>
<h3><a href="https://spatial.mathdotnet.com">Geometry</a></h3>
<p><b>Math.NET Spatial</b> aims to become a geometry library for .Net and Mono.</p>
<h3>Archived Projects</h3>
<ul class="sbar">
<li><a href="https://iridium.mathdotnet.com">Math.NET Iridium</a></li>
<li><a href="https://classic.mathdotnet.com">Math.NET Classic</a></li>
<li><a href="https://linqalgebra.mathdotnet.com">Math.NET Linq Algebra</a></li>
<li><a href="https://yttrium.mathdotnet.com">Math.NET Yttrium</a></li>
</ul>
<p> </p>
</body>
</html>