DotNumerics 1.1.0
dotnet add package DotNumerics --version 1.1.0
NuGet\Install-Package DotNumerics -Version 1.1.0
<PackageReference Include="DotNumerics" Version="1.1.0" />
paket add DotNumerics --version 1.1.0
#r "nuget: DotNumerics, 1.1.0"
// Install DotNumerics as a Cake Addin #addin nuget:?package=DotNumerics&version=1.1.0 // Install DotNumerics as a Cake Tool #tool nuget:?package=DotNumerics&version=1.1.0
DotNumerics includes a Numerical Library for .NET. The library is written in pure C# and has more than 100,000 lines of code with the most advanced algorithms for Linear Algebra, Differential Equations and Optimization problems. The Linear Algebra library includes CSLapack, CSBlas and CSEispack, these libraries are the translation from Fortran to C# of LAPACK, BLAS and EISPACK, respectively.
Features.
Linear Algebra (CSLapack, CSBlas and CSEispack). Systems of linear equations, eigenvalue problems, least-squares solutions of linear systems and singular value problems.
Differential Equations. Initial-value problem for nonstiff and stiff ordinary differential equations ODEs (explicit Runge-Kutta, implicit Runge-Kutta, Gear’s BDF and Adams-Moulton).
Optimization. Unconstrained and bounded constrained optimization of multivariate functions (L-BFGS-B, Truncated Newton and Simplex methods).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 40,794 | 7/12/2015 |