StarMath 2.0.15.217

dotnet add package StarMath --version 2.0.15.217
NuGet\Install-Package StarMath -Version 2.0.15.217
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StarMath" Version="2.0.15.217" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StarMath --version 2.0.15.217
#r "nuget: StarMath, 2.0.15.217"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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);

There are no supported framework assets in this package.

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 146 2/18/2015
2.0.15.117 75 1/17/2015
2.0.14.1207 61 12/7/2014
2.0.14.1206 44 12/7/2014
2.0.14.1114 171 11/14/2014
1.0.14.827 108 8/26/2014
1.0.14.826 58 8/26/2014
1.0.14.808 66 8/8/2014
1.0.14.531 60 6/4/2014