MathNet.Numerics.Signed 3.8.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.Signed --version 3.8.0
                    
NuGet\Install-Package MathNet.Numerics.Signed -Version 3.8.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="MathNet.Numerics.Signed" Version="3.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MathNet.Numerics.Signed" Version="3.8.0" />
                    
Directory.Packages.props
<PackageReference Include="MathNet.Numerics.Signed" />
                    
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 MathNet.Numerics.Signed --version 3.8.0
                    
#r "nuget: MathNet.Numerics.Signed, 3.8.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.
#:package MathNet.Numerics.Signed@3.8.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MathNet.Numerics.Signed&version=3.8.0
                    
Install as a Cake Addin
#tool nuget:?package=MathNet.Numerics.Signed&version=3.8.0
                    
Install as a Cake Tool

Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net 4.0.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (29)

Showing the top 5 NuGet packages that depend on MathNet.Numerics.Signed:

Package Downloads
NPOI

.NET port of Apache POI

MathNet.Spatial.Signed

Math.NET Spatial, providing methods and algorithms for geometry computations in science, engineering and every day use. Supports .Net Framework 4.6.1 or higher and .Net Standard 2.0 or higher on Windows, Linux and Mac. This package contains strong-named assemblies for legacy use cases (not recommended).

Spreads

Spreads top level library.

VirtualClient.Framework

Provides common classes and interfaces required for extension development in the Virtual Client platform.

FirstQuad.DynamicTree.Server

Shared utilities for web applications

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on MathNet.Numerics.Signed:

Repository Stars
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
nissl-lab/npoi
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
ros/solidworks_urdf_exporter
SolidWorks to URDF Exporter
microsoft/psi
Platform for Situated Intelligence
Spreads/Spreads
Series and Panels for Real-time and Exploratory Analysis of Data Streams
FriendsOfCADability/CADability
CADability is a pure .net class library for modeling and analyzing 3d data, both with your code and interactively. It comes with an optional Windows.Forms user interface, which can be adopted to other environments. It does not refer to other 3d modeling libraries. For data exchange you can use STEP, STL or DXF files.
SnowBankSDK/foundationdb-dotnet-client
C#/.NET Binding for FoundationDB Client API
microsoft/VirtualClient
Benchmarking and monitoring automation, designed for cloud, built with .NET.
chen-junji/YouYouFramework
systemsomicslab/MsdialWorkbench
Universal workbench incorporating msdial, msfinder, and mrmprobs
Version Downloads Last Updated
5.0.0 20,623,507 4/3/2022
5.0.0-beta02 1,177 4/3/2022
5.0.0-beta01 1,707 3/6/2022
5.0.0-alpha16 1,093 2/27/2022
5.0.0-alpha15 1,055 2/27/2022
5.0.0-alpha14 1,078 2/27/2022
5.0.0-alpha11 1,154 2/27/2022
5.0.0-alpha10 1,096 2/19/2022
5.0.0-alpha09 1,109 2/13/2022
5.0.0-alpha08 1,119 12/23/2021
5.0.0-alpha07 1,458 12/19/2021
5.0.0-alpha06 1,468 12/19/2021
5.0.0-alpha05 1,512 12/19/2021
5.0.0-alpha04 1,483 12/19/2021
5.0.0-alpha03 1,606 12/5/2021
5.0.0-alpha02 1,736 7/11/2021
5.0.0-alpha01 1,678 6/27/2021
4.15.0 15,046,415 1/7/2021
4.14.0 10,155 1/1/2021
3.8.0 21,040 9/26/2015
Loading failed

Distributions: PDF and CDF more robust for large distribution parameters.
Distributions: BetaScaled distribution.
Distributions: method to create a PERT distribution (based on BetaScaled) ~John C Barstow
Distributions: Webull.Estimate ~Jon Larborn
Random: NextBoolean extensions.
Root Finding: RootFinding.Secant (based on NewtonRaphson) ~grovesNL
Linear Algebra: Matrix Rank calculation now uses a tolerance based on the matrix size.
Linear Algebra: Alternative CreateMatrix/Vector functions with type parameter on functions instead of type.
Linear Algebra: MKL LinearAlgebra provider requires at least native provider r9 (linear algebra v2.0).
Native Providers: automatic handling of intermediate work arrays/buffers in MKL and OpenBLAS providers ~Marcus Cuda, Kuan Bartel
Native Providers: automatically use native provider if available.
Native Providers: new Control.TryUse to make it simpler to use providers if available but without failing if not.
Native Providers: improved error state checking and handling.
Combinatorics: generate or select random permutation, combination or variation (shuffling)
Finance: rename CompoundMonthlyReturn to CompoundReturn (old now obsolete).