Best way to store a sparse matrix in .NET

后端 未结 6 1164
眼角桃花
眼角桃花 2021-02-05 22:07

We have an application that stores a sparse matrix. This matrix has entries that mostly exist around the main diagonal of the matrix. I was wondering if there were any efficie

6条回答
  •  别跟我提以往
    2021-02-05 22:23

    I haven't used it, but Nmath Matrix handles these (not free).

    Also, Extreme Optimization Numerical Libraries for .NET (not free).

    Here's a free one: Math.NET Project (specifically MathNet.Numerics.LinearAlgebra.Sparse namespace)

提交回复
热议问题