Search code examples
c#linear-algebraleast-squares

C# Algebra Linear Library


I'm looking for a C# linear algebra library.

I wan't to solve a homogeneous linear system with least squares minimization.

I've been trying to use some librarys but I was just able to find the trivial solution.

Any recommendations?


Solution

  • See:

    They are open source too!