GenericTensor 0.1.2-beta
See the version list below for details.
dotnet add package GenericTensor --version 0.1.2-beta
NuGet\Install-Package GenericTensor -Version 0.1.2-beta
<PackageReference Include="GenericTensor" Version="0.1.2-beta" />
paket add GenericTensor --version 0.1.2-beta
#r "nuget: GenericTensor, 0.1.2-beta"
// Install GenericTensor as a Cake Addin #addin nuget:?package=GenericTensor&version=0.1.2-beta&prerelease // Install GenericTensor as a Cake Tool #tool nuget:?package=GenericTensor&version=0.1.2-beta&prerelease
See docs on the official repo https://github.com/asc-community/GenericTensor
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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Diagnostics.Tracing.TraceEvent (>= 2.0.49)
- System.Numerics.Vectors (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.3.0)
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,950 | 6/10/2022 |
1.0.4 | 151,774 | 7/1/2021 |
1.0.3 | 8,184 | 5/8/2021 |
1.0.2 | 411 | 5/8/2021 |
1.0.1 | 369 | 5/5/2021 |
1.0.0 | 3,527 | 4/18/2021 |
0.1.2.2 | 2,514 | 3/23/2021 |
0.1.2.1 | 10,069 | 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,727 | 7/27/2020 |
0.0.2-alpha | 438 | 7/25/2020 |
0.0.1-alpha | 450 | 7/24/2020 |
Migrated to netstandard2.1 (some platforms might not be supported anymore). Serialization added, minor performance changes. No need to implement all methods of interfaces anymore.