this post was submitted on 02 Jul 2023
2 points (100.0% liked)

C Sharp

1526 readers
1 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 1 year ago
MODERATORS
 

I'm looking for a Linear Algebra library to perform calculations for circuit analysis, which ones would you recommend?

top 1 comments
sorted by: hot top controversial new old
[–] ajjlyman@lemmy.sdf.org 2 points 1 year ago* (last edited 1 year ago)

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.