Content deleted Content added
initial page - needs 3rd party review |
Citation bot (talk | contribs) Added date. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Numerical software | #UCB_Category 53/119 |
||
(23 intermediate revisions by 17 users not shown) | |||
Line 1:
{{ infobox software
| name = Math.NET Numerics
| latest release version = 4.15.0
| latest release date = {{Start date and age|2021|01|07|df=yes}}
| programming language = [[C Sharp (programming language)|C#]], [[F Sharp (programming language)|F#]], [[Common Language Runtime|.NET CLR]]
| operating system = [[Cross-platform]]
| developer = C. Rüegg, M. Cuda, et al.
| genre = [[List of numerical analysis software|Numerical library]]
| license = [[
| website = {{URL|http://numerics.mathdotnet.com/}}
}}
'''Math.NET Numerics''' is an [[open
== History ==
Math.NET Numerics started 2009 by merging code and teams of [[
Math.NET is used by several open source libraries and research projects, like MyMediaLite,<ref>{{cite web |url=http://www.ismll.uni-hildesheim.de/mymedialite/ |title=MyMediaLite Recommender System Library |access-date=2013-05-08 |archive-url=https://web.archive.org/web/20130601153212/http://www.ismll.uni-hildesheim.de/mymedialite/ |archive-date=2013-06-01 |url-status=dead }}</ref> FermiSim<ref>{{cite web|url=https://launchpad.net/fermisim |title=FermiSim, studying potential solutions to the Fermi paradox via computational simulation of models for space colonisation|date=14 January 2011 }}</ref> and LightField Retrieval,<ref>{{cite web|url=https://code.google.com/p/lightfieldretrieval/ |title=Three-Dimensional Model Shape Description and Retrieval Based on LightField Descriptors}}</ref> and
== Features ==
Line 23 ⟶ 22:
* Pseudo-random number generation, including [[Mersenne twister|Mersenne Twister MT19937]].
* Real and complex linear algebra types and solvers with support for sparse matrices and vectors.
* [[LU decomposition|LU]], [[QR decomposition|QR]], [[Singular value decomposition|SVD]], [[
* Matrix IO classes that read and write matrices from/to Matlab and delimited files.
* [[Complex number]] arithmetic and trigonometry.
* “Special” routines including the [[
* Interpolation routines, including [[
* Linear Regression/Curve Fitting routines.
* Numerical Quadrature/Integration.
* Root finding methods, including Brent, Robust Newton-Raphson and Broyden.
* Descriptive Statistics, Order Statistics, Histogram, and [[Pearson product-moment correlation coefficient|Pearson Correlation Coefficient]].
* [[
* Basic financial statistics.
* Fourier and Hartley transforms (FFT).
Line 39 ⟶ 40:
== See also ==
* [[List of numerical libraries]]▼
* [[List of numerical analysis software]]
▲* [[List of numerical libraries]]
== References ==
Line 50 ⟶ 51:
{{DEFAULTSORT:Mathnetnumerics}}
[[Category:C Sharp libraries]]
[[Category:Numerical software]]
|