TYoshimura.MultiPrecision.ComplexAlgebra 1.3.0

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

MultiPrecisionComplexAlgebra

MultiPrecision Complex Algebra Implements

Requirement

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

Install

Download DLL
Download Nuget

Usage

// solve for v: Av=x
ComplexMatrix<Pow2.N4> a = new Complex<Pow2.N4>[,] { { (1, 1), (1, 2) }, { (1, 3), (4, -1) } };
ComplexVector<Pow2.N4> x = ((4, 2), (-1, 3));

ComplexVector<Pow2.N4> v = ComplexMatrix<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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TYoshimura.MultiPrecision.ComplexAlgebra:

Package Downloads
TYoshimura.MultiPrecision.ComplexFitting

MultiPrecision Complex Fitting

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 94 5 months ago
1.2.2 105 6 months ago
1.2.1 100 6 months ago
1.2.0 106 6 months ago
1.1.2 140 8 months ago
1.1.1 123 8 months ago
1.1.0 109 8 months ago
1.0.9 112 8 months ago
1.0.8 108 8 months ago
1.0.7 104 8 months ago
1.0.6 100 8 months ago
1.0.5 107 8 months ago
1.0.4 132 8 months ago
1.0.3 122 8 months ago
1.0.2 125 8 months ago
1.0.1 133 8 months ago
1.0.0 137 8 months ago

fix: complex norm