TYoshimura.Algebra
1.4.5
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.Algebra --version 1.4.5
NuGet\Install-Package TYoshimura.Algebra -Version 1.4.5
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.Algebra" Version="1.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TYoshimura.Algebra --version 1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TYoshimura.Algebra, 1.4.5"
#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.Algebra as a Cake Addin #addin nuget:?package=TYoshimura.Algebra&version=1.4.5 // Install TYoshimura.Algebra as a Cake Tool #tool nuget:?package=TYoshimura.Algebra&version=1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Algebra
Linear Algebra
Requirement
.NET 6.0
Install
- Import DoubleDouble(https://github.com/tk-yoshimura/DoubleDouble)
- To install, just import the DLL.
- This library does not change the environment at all.
Usage
// solve for v: Av=x
Matrix a = new double[,] { { 1, 2 }, { 3, 4 } };
Vector x = (4, 3);
Vector v = Matrix.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.DoubleDouble (>= 2.7.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TYoshimura.Algebra:
Package | Downloads |
---|---|
TYoshimura.CurveFitting
Curvefitting - linear, polynomial, pade, arbitrary function |
|
TYoshimura.DoubleDouble.Statistic
Double-Double Statistic Implements |
|
TYoshimura.Regression
Regression Analysis Utility |
|
TYoshimura.ComplexAlgebra
Complex Algebra |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 62 | 10/31/2024 |
2.2.2 | 138 | 9/6/2024 |
2.2.1 | 107 | 9/5/2024 |
2.2.0 | 130 | 9/4/2024 |
2.1.9 | 115 | 9/1/2024 |
2.1.8 | 108 | 8/31/2024 |
2.1.7 | 101 | 8/30/2024 |
2.1.6 | 97 | 8/27/2024 |
2.1.5 | 90 | 8/27/2024 |
2.1.4 | 120 | 8/25/2024 |
2.1.3 | 131 | 8/25/2024 |
2.1.2 | 263 | 4/19/2024 |
2.1.1 | 107 | 4/18/2024 |
2.1.0 | 169 | 4/18/2024 |
2.0.0 | 152 | 4/6/2024 |
1.6.2 | 228 | 2/22/2024 |
1.6.1 | 243 | 2/20/2024 |
1.6.0 | 303 | 1/20/2024 |
1.5.0 | 491 | 9/4/2023 |
1.4.6 | 679 | 3/13/2023 |
1.4.5 | 646 | 2/7/2023 |
1.4.4 | 695 | 2/1/2023 |
1.4.3 | 640 | 1/31/2023 |
1.4.2 | 813 | 1/27/2023 |
1.4.1 | 682 | 1/22/2023 |
1.4.0 | 734 | 1/19/2023 |
1.3.0 | 961 | 9/4/2022 |
1.2.1 | 671 | 1/1/2022 |
1.2.0 | 786 | 1/1/2022 |
+ tuple