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.
 
Back
Top