Ghgore@programming.dev to C Sharp@programming.devEnglish · 1 year agoLinear Algebra Librarymessage-squaremessage-square4fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1message-squareLinear Algebra LibraryGhgore@programming.dev to C Sharp@programming.devEnglish · 1 year agomessage-square4fedilinkfile-text
I’m looking for a Linear Algebra library to perform calculations for circuit analysis, which ones would you recommend?
minus-squareajjlyman@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·edit-21 year agoMathNet.Numerics has a pretty solid linear systems solver, and has multiple additional native providers that, depending on what hardware you have to work with, and the size of your solves, dramatically increases performance.
MathNet.Numerics has a pretty solid linear systems solver, and has multiple additional native providers that, depending on what hardware you have to work with, and the size of your solves, dramatically increases performance.