JswMatrix 1.0.5

dotnet add package JswMatrix --version 1.0.5
NuGet\Install-Package JswMatrix -Version 1.0.5
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="JswMatrix" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JswMatrix --version 1.0.5
#r "nuget: JswMatrix, 1.0.5"
#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 JswMatrix as a Cake Addin
#addin nuget:?package=JswMatrix&version=1.0.5

// Install JswMatrix as a Cake Tool
#tool nuget:?package=JswMatrix&version=1.0.5

A light-weight matrix operations library for C#, supports matrix addition, matrix mulitplication, vector addition, dot product, cross product and using CPU cores-corresponding threads as many as possible to parallelly compute result.
Beside that, matrix operations can be writen in easy understanding way like regular math expression.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 478 7/4/2022
1.0.2 393 6/25/2022
1.0.1 383 6/25/2022
1.0.0 380 6/25/2022

Summary of changes made in this release of the package.