MathSharp
MathSharp copied to clipboard
A vector and matrix library written in C# using hardware intrinsics
Hello, I cloned the repo and tried both running the build.cmd script and going through visual studio build solution. Both have the following error: I'm not sure if i'm doing...
Currently all intrinsic paths are x86. ARM and ARM64 paths would benefit from NEON intrinsic acceleration
Hello there, I am currently looking for a SIMD accelerated Math library for my personal project (nothing uploaded so far, but this will change) and I consider using MathSharp. While...
How to use this library. No Docs?
The maximum relative error of ~0.05 occurs at: 1.570796 < argument < pi/2 A relative error of ~0.01 occurs at: 0 < argument < ~1.7e-6 The mean of relative error...
...but they are declared [`[StructLayout(LayoutKind.Sequential, Size = 16)]`](https://github.com/john-h-k/MathSharp/blob/0ebf7031ab1fd05d3c52183d9c3bc6d0c8e17d71/sources/MathSharp/Vector/VectorStorageType.Double.cs#L153).
Geodesy
Any interest in a namespace for Geodesy algorithms? I've just done a vector implementation of the Haversine formula (great circle distance between 2 points on a sphere model) and would...
* [Proposal](#proposal) Using DocFX, it’s possible to automatically get a documentation website that is in synced with the source implementation. A good use case for this proposal is to quickly...