A mathematics core library including typesafe Vectors, Matrices, VectorSpaces, etc.
Use one of the follwing methods to install and use this library:
- Package Manager:
PM> Install-Package Unknown6656.Mathematics
- .NET CLI:
> dotnet add package Unknown6656.Mathematics
- Package reference (e.g. in a
.csproj
/.vbproj
/.fsproj
project file):<PackageReference Include="Unknown6656.Mathematics" Version="*" />
- Paket CLI:
> paket add Unknown6656.Mathematics
- F# Interactive:
#r "nuget: Unknown6656.Mathematics, *"
using Unknown6656.Mathematics;
[TODO]
[TODO]