CenterSpace's NMath library for mathematical calculations on the .Net framework.
0
votes
0answers
47 views
NMath IIS access denied
I have tried using the NMath library on a
ASP.NET 4 web application hosted in IIS. While it works perfectly o the development machine, on the server it throws this exception:
Unable to load DLL ...
5
votes
3answers
757 views
C# and NMath for Computational Finance and Econometrics
I am currently (mostly) using C++ for computationally intensive econometrics in my research. I have been wanting to move to a more productive environment. D sounds promising, but perhaps not mature ...
10
votes
7answers
2k views
The speed of .NET in numerical computing
In my experience, .net is 2 to 3 times slower than native code. (I implemented L-BFGS for multivariate optimization).
I have traced the ads on stackoverflow to
http://www.centerspace.net/products/
...
1
vote
3answers
656 views
C# Nmath to Python SciPy
I need to port some functions from C# to Python, but i can't implement next code right:
[SqlFunction(IsDeterministic = true, DataAccess = DataAccessKind.None)]
public static SqlDouble ...
19
votes
8answers
10k views
C# linear algebra library
Is there stable linear algebra (more specifically, vectors, matrices, multidimensional arrays and basic operations on them) library for C#?
Search yielded a few open source libraries which are ...