StarMath 2.0.15.217
dotnet add package StarMath --version 2.0.15.217
NuGet\Install-Package StarMath -Version 2.0.15.217
<PackageReference Include="StarMath" Version="2.0.15.217" />
paket add StarMath --version 2.0.15.217
#r "nuget: StarMath, 2.0.15.217"
// Install StarMath as a Cake Addin #addin nuget:?package=StarMath&version=2.0.15.217 // Install StarMath as a Cake Tool #tool nuget:?package=StarMath&version=2.0.15.217
While there are already countless math libraries for performing common matrix/array functions, StarMath is distinguished by its simplicity and flexbility. There is no need to declare vectors and matrices in a specific library format. It works simliar to Math.function calls in C#.
The library is small and fully compiles to a Portable Class Library (for all platforms). StarMath (version > 2.0) takes advantage of 'extensions', which allows for concise representations of many functions. Now you can write either:
StarMath.multiply(A, x);
or
A.multiply(x);
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on StarMath:
Repository | Stars |
---|---|
DynamoDS/Dynamo
Open Source Graphical Programming for Design
|
Version | Downloads | Last updated |
---|---|---|
2.0.15.217 | 72 | 2/18/2015 |
2.0.15.117 | 56 | 1/17/2015 |
2.0.14.1207 | 63 | 12/7/2014 |
2.0.14.1206 | 46 | 12/7/2014 |
2.0.14.1114 | 172 | 11/14/2014 |
1.0.14.827 | 79 | 8/26/2014 |
1.0.14.826 | 40 | 8/26/2014 |
1.0.14.808 | 46 | 8/8/2014 |
1.0.14.531 | 59 | 6/4/2014 |