Metadata >> NuGet >> MathNet.Numerics.FSharp

MathNet.Numerics.FSharp

Metadata

Authors Christoph Ruegg, Marcus Cuda, Jurgen Van Gael
Description 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 F# 3.0 on .Net 4.0, .Net 3.5 and Mono on Windows, Linux and Mac; Silverlight 5 and Windows 8 with PCL portable profile 47; Android/iOS with Xamarin.
IconUrl http://www.mathdotnet.com/images/MathNet128.png
LicenseUrl http://numerics.mathdotnet.com/docs/License.html
Owners Christoph Ruegg, Marcus Cuda, Jurgen Van Gael
ProjectUrl http://numerics.mathdotnet.com/
ReleaseNotes Statistics: RunningStatistics now propagates min/max on Combine, handles NaN on Push. Statistics: new MovingStatistics providing descriptive statistics over a moving window ~Marcus Cuda Statistics: new Statistics.MovingAverage. Statistics: Improved Histogram handling of small-width buckets ~Justin Needham Distributions: ChiSquare.InvCDF ~logophobia FFT: Fourier.FrequencyScale to generate the frequency corresponding to each index in frequency space. BUG: FFT: fix Bluestein algorithm for sequences with more than 46341 samples but not power-of-two. Linear Algebra: SparseVector.AbsoluteMaximumIndex ~Matt Heffron MKL Native Provider: OSX build script ~Marcus Cuda MKL Native Provider: new combined NuGet package with a proper build target (no more manual file handling needed). OpenBLAS Native Provider: a new linear algebra provider using OpenBLAS ~Kuan Bartel CUDA Native Provider: a new GPU-based linear algebra provider using Nvidia CUDA ~Matthew A. Johnson Native Providers: now versioned separately for each kind (MKL, CUDA, OpenBLAS).
RequireLicenseAcceptance False
Summary F# Modules for Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use.
Tags fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft
Dependencies MathNet.Numerics:[3.7.0]|FSharp.Core:3.1.2.1
Title Math.NET Numerics for F#
PackageSize 647793
PackageHashAlgorithm SHA512
PackageHash tKyKaUxlT+a0/Cy4UNK/IUEFoXeeNZSkHCO89FCG1JaiQ9NrGOVE6Bw1TAaIU6GOH5r0hLbJM2vUMZornWRuFA==
DownloadCount 000000
CreatedDate 2015-05-09T22:09:40

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install MathNet.Numerics.FSharp -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MathNet.Numerics.FSharp -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package MathNet.Numerics.FSharp
Installing the package (HTTP Basic authentication):
Install-Package MathNet.Numerics.FSharp -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MathNet.Numerics.FSharp -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MathNet.Numerics.FSharp

OpenWrap

Installing the package:
o add-wrap MathNet.Numerics.FSharp
Uninstalling the package:
o remove-wrap MathNet.Numerics.FSharp

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.3.0-beta1
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-beta05
3.0.0-beta04
3.0.0-beta03