vote up 2 vote down star

I have a project on my plate that will involve a lot of linear algebra; mostly matrix and vector algebra. I've been looking for a library to help me out, and I came across math.net

http://mathnet.opensourcedotnet.info/

Math.net

I am doing this project in .net 3.5 and will be using C#

Does anyone have any experience with this library? Quality of code, reliability, and ease of use are the main attributes in question. I can look at the feature list, and it looks like it will fulfill my needs, but I wanted to get some input from people who had used it, if they exist.

Thanks

flag

50% accept rate
That's a cool looking library - going to try it out! – Jarrod Dixon Nov 16 '08 at 1:40
for the specs, I think it is, I will do the same :) nice link Joshua! – balexandre Nov 16 '08 at 12:44
Cool stuff. I was about to google for .net and math and then I decided to try here first. – wcm Dec 13 '08 at 23:43

2 Answers

vote up 2 vote down check

I do have experience using it, but since I'm also one of the authors of the library my view is of course highly biased, and therefore not relevant here.

Nevertheless, should you encounter any issues (not intuitive/easy to use, unreliable, missing functionality, questionable or bad code, bugs, etc.), please do tell us, best at uservoice or in our forum. Thanks!

link|flag
vote up 2 vote down

No experience with Math.net, but I have worked with IMSL before. Looks like they have a .NET port now.

link|flag
Why the down vote? How is it not helpful to point out an alternative that has been in development for at least 20+ years and works with .NET? Even if you don't like IMSL, it's still an alternative. – tvanfosson Nov 17 '08 at 14:53

Your Answer

Get an OpenID
or

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