Is there a matrix library for .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a matrix library to facilitate the solving of lots of simultaneous
equations, I.E., A*x = b type of problems. Does anybody have any
recommendations? Speed is important as the systems are quite large.
 
I need a matrix library to facilitate the solving of lots of simultaneous
equations, I.E., A*x = b type of problems. Does anybody have any
recommendations? Speed is important as the systems are quite large.

You mentioned the systems are quite large, so what I'm about to suggest is
useless ... 3x3 matrixes are slightly implemented in
System.Drawing.2D.Matrix.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top