csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.5 KiB
23 lines
1.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<id>MathNet.Numerics.FSharp.Signed</id>
|
|
<version>1.0.0</version>
|
|
<title>Math.NET Numerics for F# - Signed Edition</title>
|
|
<summary>F# Modules for Math.NET Numerics, signed and thus with a strong name. We recommend to use MathNet.Numerics.FSharp instead, which is unsigned and weakly named.</summary>
|
|
<description>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.</description>
|
|
<authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors>
|
|
<owners>Christoph Ruegg</owners>
|
|
<projectUrl>http://numerics.mathdotnet.com/</projectUrl>
|
|
<iconUrl>http://www.mathdotnet.com/images/MathNet128.png</iconUrl>
|
|
<licenseUrl>http://mathnetnumerics.codeplex.com/license</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<tags>math fsharp numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft signed strongname</tags>
|
|
<dependencies>
|
|
<dependency id="MathNet.Numerics.Signed" version="1.0.0" />
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="System.Numerics" targetFramework="net40, net45, windows8, sl5" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
</package>
|