sinshu / numflat

A numerical computation library for C#
MIT License
11 stars 1 forks source link

Drop native dependencies #13

Closed sinshu closed 3 months ago

sinshu commented 3 months ago

Currently, I am attempting a pure C# implementation of matrix-related operations in the following repository: https://github.com/sinshu/matflat

TODO: