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.
<PackageVersion Include="StarMath" Version="2.0.15.217" />
                    
Directory.Packages.props
<PackageReference Include="StarMath" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=StarMath&version=2.0.15.217
                    
Install StarMath as a Cake Addin
#tool nuget:?package=StarMath&version=2.0.15.217
                    
Install StarMath as a Cake Tool

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.15.217 147 2/18/2015
2.0.15.117 76 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 110 8/26/2014
1.0.14.826 60 8/26/2014
1.0.14.808 67 8/8/2014
1.0.14.531 61 6/4/2014