GenericTensor 1.0.5
dotnet add package GenericTensor --version 1.0.5
NuGet\Install-Package GenericTensor -Version 1.0.5
<PackageReference Include="GenericTensor" Version="1.0.5" />
paket add GenericTensor --version 1.0.5
#r "nuget: GenericTensor, 1.0.5"
// Install GenericTensor as a Cake Addin #addin nuget:?package=GenericTensor&version=1.0.5 // Install GenericTensor as a Cake Tool #tool nuget:?package=GenericTensor&version=1.0.5
The only .NET tensor & matrix library for generic types. It is also faster than other generic-typed matrix libraries.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- HonkPerf.NET.Core (>= 1.0.2)
-
.NETStandard 2.0
- HonkPerf.NET.Core (>= 1.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on GenericTensor:
Package | Downloads |
---|---|
AngouriMath
Enables to work with formulas built in the code or from a string. Computing, derivating, latex rendering, compilation, solving equations and systems of equations analytycally, simplification, and much more. Read more on https://am.angouri.org. |
|
AngouriMath.Experimental
Enables to work with formulas built in the code or from a string. Computing, derivating, latex rendering, compilation, solving equations and systems of equations analytycally, simplification, and much more. Read more on https://am.angouri.org. |
|
Bygdrift.Tools.MathTool
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on GenericTensor:
Repository | Stars |
---|---|
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
|
Version | Downloads | Last updated |
---|---|---|
1.0.5 | 1,948 | 6/10/2022 |
1.0.4 | 151,408 | 7/1/2021 |
1.0.3 | 8,179 | 5/8/2021 |
1.0.2 | 410 | 5/8/2021 |
1.0.1 | 369 | 5/5/2021 |
1.0.0 | 3,523 | 4/18/2021 |
0.1.2.2 | 2,510 | 3/23/2021 |
0.1.2.1 | 10,051 | 10/3/2020 |
0.1.2 | 366 | 10/3/2020 |
0.1.2-beta | 374 | 8/24/2020 |
0.1.1-beta | 8,390 | 8/9/2020 |
0.1.0-beta | 527 | 8/3/2020 |
0.0.3-beta | 382 | 8/1/2020 |
0.0.2-beta | 7,718 | 7/27/2020 |
0.0.2-alpha | 437 | 7/25/2020 |
0.0.1-alpha | 449 | 7/24/2020 |
Added 0D tensor support, Aggregate, ForEach.