Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.86 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.86 KB

Build status releases nuget package nuget downloads issues repo size downloads forks stars

Unknown6656.Mathematics

A mathematics core library including typesafe Vectors, Matrices, VectorSpaces, etc.

Installation

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, *"

Documentation and Usage

using Unknown6656.Mathematics;

[TODO]

Code samples

[TODO]