3 changed files with 51 additions and 0 deletions
@ -1,2 +1,3 @@ |
|||
lib |
|||
content |
|||
samples |
|||
@ -0,0 +1,23 @@ |
|||
<?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.Sample</id> |
|||
<version>1.0</version> |
|||
<title>Math.NET Numerics Code Samples</title> |
|||
<summary>Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use.</summary> |
|||
<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. Numerics is the result of merging dnAnalytics with Math.NET Iridium and is intended to replace both.</description> |
|||
<authors>Marcus Cuda, Christoph Ruegg, 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>sample code math numeric statistics probability integration interpolation linear algebra matrix fft</tags> |
|||
<dependencies> |
|||
<dependency id="MathNet.Numerics" version="1.0" /> |
|||
</dependencies> |
|||
<frameworkAssemblies> |
|||
<frameworkAssembly assemblyName="System.Numerics" /> |
|||
</frameworkAssemblies> |
|||
</metadata> |
|||
</package> |
|||
Loading…
Reference in new issue