Comment on Looking for an accelerated numerical computing library for .NET
DrDeadCrash@programming.dev 1 year ago
learn.microsoft.com/en-us/dotnet/standard/simd
Is this what you’re looking for?
Comment on Looking for an accelerated numerical computing library for .NET
DrDeadCrash@programming.dev 1 year ago
learn.microsoft.com/en-us/dotnet/standard/simd
Is this what you’re looking for?
maggoats@lemmy.world 1 year ago
Unfortunately not, though I forgot about SIMD! It doesn’t seem to support arbitrary-sized matrices or arrays out of the box, though I guess I could index the vector type myself. Still, it doesn’t offer the operations I’d like, as far as I can tell.
Thanks though!