MathNet.Numerics.FSharp.Signed 3.0.0-beta01

This is a prerelease version of MathNet.Numerics.FSharp.Signed.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.FSharp.Signed --version 3.0.0-beta01
NuGet\Install-Package MathNet.Numerics.FSharp.Signed -Version 3.0.0-beta01
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.FSharp.Signed" Version="3.0.0-beta01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Numerics.FSharp.Signed --version 3.0.0-beta01
#r "nuget: MathNet.Numerics.FSharp.Signed, 3.0.0-beta01"
#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 MathNet.Numerics.FSharp.Signed as a Cake Addin
#addin nuget:?package=MathNet.Numerics.FSharp.Signed&version=3.0.0-beta01&prerelease

// Install MathNet.Numerics.FSharp.Signed as a Cake Tool
#tool nuget:?package=MathNet.Numerics.FSharp.Signed&version=3.0.0-beta01&prerelease

F# Modules for Math.NET Numerics, signed and thus with a strong name. We discourage using this package and recommend using MathNet.Numerics.FSharp instead, which is unsigned and weakly named. 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.6.0 167 3/22/2015
3.5.0 170 1/10/2015
3.4.0 60 1/4/2015
3.3.0 92 11/26/2014
3.3.0-beta2 48 10/25/2014
3.3.0-beta1 57 9/28/2014
3.2.3 127 9/6/2014
3.2.2 64 9/5/2014
3.2.1 79 8/5/2014
3.2.0 56 8/5/2014
3.1.0 78 7/20/2014
3.0.2 76 6/26/2014
3.0.1 57 6/24/2014
3.0.0 53 6/21/2014
3.0.0-beta05 51 6/20/2014
3.0.0-beta04 46 6/15/2014
3.0.0-beta03 46 6/5/2014
3.0.0-beta02 45 5/29/2014
3.0.0-beta01 44 4/14/2014
3.0.0-alpha9 45 3/29/2014
3.0.0-alpha8 46 2/26/2014
3.0.0-alpha7 42 12/30/2013
3.0.0-alpha6 43 12/2/2013
3.0.0-alpha5 45 10/2/2013

Since v3.0.0-alpha9:

Vectors/Matrices: optimized out-place map; pos-integer matrix power; pointwise-power, exp, ln; RemoveRow/Column; usability fixes for F# extensions.

Iterative Solver: delegate stop criterion; renamed criterium to criterion.

Statistics: skewness/kurtosis; RunningStatistics; Direct median (instead of R8-quantile).

Distributions: static sample functions; Triangular; fixes in Categorical.

BigRational: support for negative integer powers.