vote up 3 vote down star
6

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 either not updated for couple of years or are in an early beta stage - and Centerspace NMath. Which alternatives are worth checking?

flag

43% accept rate

4 Answers

vote up 7 vote down check

Math.NET. We're using it in production.

link|flag
Just be aware that there are several packages in Math.NET. Some are LGPL but a couple are GPL, which, for a commercial application, could well be an issue. – cletus Dec 25 '08 at 21:46
Thanks, looks better. I still miss multidimensional lattices, matrices of custom types etc, but it should work – ima Dec 26 '08 at 7:21
vote up 1 vote down

We have evaluated nMath and were quite pleased with its programmability and speed. Their support staff even worked over a weekend to figure out a bug we found. We're not using them in production yet, so take it for what it's worth. We liked that they used Intel's Kernel Math library instead of rolling their own numerics.

link|flag
vote up 0 vote down

.Net Matrix is a similar question that you may want to look at the answers for other ideas.

link|flag
vote up 0 vote down

Have you looked into dnAnalytics?

link|flag
yes, but version "0.3.1 Beta" makes me nervous thinking about including it into important long term project – ima Dec 25 '08 at 15:10
That's a fair point but beta means different things to different people. At one end is the Ext-GWT guy who wakes up in the morning and decides to make the alpha1 version final. At the other end is gmail, still in beta. dnAnalytics has been around since October 2007 and still active. Worth a look? – cletus Dec 25 '08 at 15:21
Frankly, not. 23 lines of documentation, useless XML doc (Object object - the object), very wide feature set with gaping holes in the middle... Looks like supporting code for some other project, or may be training ground for developers. – ima Dec 25 '08 at 16:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.