NMath
NMath is a numerical package for the Microsoft .NET Framework. It is developed by CenterSpace Software. Version 1.0 was released in March, 2003 as NMath Core. The current version is called NMath 7.1, released in December, 2019.
Developer(s) | CenterSpace Software |
---|---|
Stable release | 7.1
/ December 2019 |
Operating system | Windows |
Type | Numerical component libraries |
License | Proprietary |
Website | www |
NMath is built on MKL, a numerical library from Intel.[1][2]
Features
NMath contains vector and matrix classes, complex numbers, factorizations, decompositions, linear programming, minimization, root-finding, structured and sparse matrix, least squares, polynomials, simulated annealing, curve fitting, numerical integration and differentiationing.[3][4][5]
gollark: Yes, okay?
gollark: Actually, hold on, slight tweak...
gollark: It's... kind of inelegant, but something like this should work:```pythonimport threadingimport timeauthorized = Falsedef thing(): if correct_passcode_entered(): authorized = Truethreading.Thread(target=thing).start()time.sleep(5)if not authorized: sound_alarm()```
gollark: You want it to sound an alarm if someone doesn't input the authorization in time, right?
gollark: <@186486131565527040> You could probably just multithread it.
See also
- Comparison of numerical analysis software
- List of numerical analysis software
References
- "Microsoft Visual C# and Intel MKL". Intel. Retrieved 16 February 2010.
- "Guide - Math and Statistics Programming with F#". fsharp.org. Archived from the original on 2016-04-25. Retrieved 2016-04-25.
- ".NET Math Library". CenterSpace Software. 3 March 2009. Retrieved 16 February 2010.
- "List of Mathematical Libraries". Math Forum. Archived from the original on 2016-04-25. Retrieved 2016-04-25.
- "Quantitative Libraries for Financial Predictive Analytics". Asymptotix. 31 August 2010. Archived from the original on 2016-04-25. Retrieved 2016-04-25.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.