TYoshimura.MultiPrecision.Algebra
1.2.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TYoshimura.MultiPrecision.Algebra --version 1.2.3
NuGet\Install-Package TYoshimura.MultiPrecision.Algebra -Version 1.2.3
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="TYoshimura.MultiPrecision.Algebra" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TYoshimura.MultiPrecision.Algebra --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TYoshimura.MultiPrecision.Algebra, 1.2.3"
#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 TYoshimura.MultiPrecision.Algebra as a Cake Addin #addin nuget:?package=TYoshimura.MultiPrecision.Algebra&version=1.2.3 // Install TYoshimura.MultiPrecision.Algebra as a Cake Tool #tool nuget:?package=TYoshimura.MultiPrecision.Algebra&version=1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MultiPrecisionAlgebra
Float multi precision algebra
Requirement
.NET 6.0
AVX2 suppoted CPU. (Intel:Haswell(2013)-, AMD:Excavator(2015)-)
Install
Download DLL
Download Nuget package
- Import MultiPrecision(https://github.com/tk-yoshimura/MultiPrecision)
- To install, just import the DLL.
- This library does not change the environment at all.
Usage
// solve for v: Av=x
Matrix<Pow2.N4> a = new(new double[,] { { 1, 2 }, { 3, 4 } });
Vector<Pow2.N4> x = new(4, 3);
Vector<Pow2.N4> v = Matrix<Pow2.N4>.Solve(a, x);
Licence
Author
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- TYoshimura.MultiPrecision (>= 5.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on TYoshimura.MultiPrecision.Algebra:
Package | Downloads |
---|---|
TYoshimura.MultiPrecision.CurveFitting
MultiPrecision Curve Fitting - linear, polynomial, pade, arbitrary function |
|
TYoshimura.MultiPrecision.ComplexAlgebra
MultiPrecision Complex Algebra |
|
TYoshimura.MultiPrecision.ComplexFitting
MultiPrecision Complex Fitting |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 116 | 11/7/2024 |
2.3.1 | 83 | 11/6/2024 |
2.3.0 | 103 | 11/1/2024 |
2.2.2 | 191 | 9/6/2024 |
2.2.1 | 105 | 9/5/2024 |
2.2.0 | 136 | 9/4/2024 |
2.1.8 | 100 | 8/31/2024 |
2.1.7 | 142 | 8/30/2024 |
2.1.6 | 123 | 8/27/2024 |
2.1.5 | 93 | 8/27/2024 |
2.1.4 | 118 | 8/25/2024 |
2.1.3 | 124 | 8/25/2024 |
2.1.2 | 187 | 4/19/2024 |
2.1.1 | 111 | 4/18/2024 |
2.1.0 | 140 | 4/18/2024 |
2.0.0 | 161 | 4/6/2024 |
1.4.2 | 263 | 2/22/2024 |
1.4.0 | 348 | 1/20/2024 |
1.3.0 | 449 | 9/6/2023 |
1.2.6 | 704 | 3/13/2023 |
1.2.5 | 735 | 2/7/2023 |
1.2.4 | 749 | 2/1/2023 |
1.2.3 | 707 | 1/31/2023 |
1.2.2 | 873 | 1/27/2023 |
1.2.1 | 775 | 1/22/2023 |
1.2.0 | 800 | 1/19/2023 |
1.1.0 | 1,038 | 9/17/2022 |
1.0.0 | 675 | 1/7/2022 |
+ fill, arange, func