TYoshimura.MultiPrecision.Algebra 2.3.2

dotnet add package TYoshimura.MultiPrecision.Algebra --version 2.3.2
                    
NuGet\Install-Package TYoshimura.MultiPrecision.Algebra -Version 2.3.2
                    
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="2.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.MultiPrecision.Algebra" Version="2.3.2" />
                    
Directory.Packages.props
<PackageReference Include="TYoshimura.MultiPrecision.Algebra" />
                    
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 TYoshimura.MultiPrecision.Algebra --version 2.3.2
                    
#r "nuget: TYoshimura.MultiPrecision.Algebra, 2.3.2"
                    
#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=TYoshimura.MultiPrecision.Algebra&version=2.3.2
                    
Install TYoshimura.MultiPrecision.Algebra as a Cake Addin
#tool nuget:?package=TYoshimura.MultiPrecision.Algebra&version=2.3.2
                    
Install TYoshimura.MultiPrecision.Algebra as a Cake Tool

MultiPrecisionAlgebra

MultiPrecision Algebra

Requirement

.NET 8.0
AVX2 suppoted CPU. (Intel:Haswell(2013)-, AMD:Excavator(2015)-)
MultiPrecision

Install

Download DLL
Download Nuget

Usage

// solve for v: Av=x
Matrix<Pow2.N4> a = new double[,] { { 1, 2 }, { 3, 4 } };
Vector<Pow2.N4> x = (4, 3);

Vector<Pow2.N4> v = Matrix<Pow2.N4>.Solve(a, x);

Licence

MIT

Author

T.Yoshimura

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 154 7 months ago
2.3.1 115 7 months ago
2.3.0 141 7 months ago
2.2.2 212 9 months ago
2.2.1 129 9 months ago
2.2.0 158 9 months ago
2.1.8 124 9 months ago
2.1.7 169 9 months ago
2.1.6 150 9 months ago
2.1.5 118 9 months ago
2.1.4 139 9 months ago
2.1.3 145 9 months ago
2.1.2 213 4/19/2024
2.1.1 128 4/18/2024
2.1.0 160 4/18/2024
2.0.0 178 4/6/2024
1.4.2 285 2/22/2024
1.4.0 366 1/20/2024
1.3.0 461 9/6/2023
1.2.6 726 3/13/2023
1.2.5 759 2/7/2023
1.2.4 771 2/1/2023
1.2.3 731 1/31/2023
1.2.2 900 1/27/2023
1.2.1 798 1/22/2023
1.2.0 823 1/19/2023
1.1.0 1,066 9/17/2022
1.0.0 712 1/7/2022

fix: eigen