/
EugenyCh7
/
Linux
Обзор
Документация
Войти
/
EugenyCh7
/
Linux
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DimL/packages/MathNet.Numerics.4.7.0/MathNet.Numerics.nuspec
46 строк
3 KB
EugenyCh
v0.1
06 дек 2018, 12:22
06 дек 2018, 12:22
54ccfd9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>MathNet.Numerics</id> <version>4.7.0</version> <title>Math.NET Numerics</title> <authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</authors> <owners>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</owners> <requireLicenseAcceptance>false</requireLicenseAcceptance> <licenseUrl>https://numerics.mathdotnet.com/License.html</licenseUrl> <projectUrl>https://numerics.mathdotnet.com/</projectUrl> <iconUrl>https://www.mathdotnet.com/images/MathNet128.png</iconUrl> <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 .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac.</description> <releaseNotes>Special Functions: Airy functions Ai, Bi ~Jong Hyun Kim Special Functions: Bessel functions of the first and second kind ~Jong Hyun Kim Special Functions: Modified Bessel functions of the first and second kind ~Jong Hyun Kim Special Functions: Spherical Bessel functions of the first and second kind ~Jong Hyun Kim Special Functions: Hankel functions of the first and second kind ~Jong Hyun Kim Special Functions: Kelvin functions of the first and second kind, and derivatives ~Jong Hyun Kim Linear Algebra: optimized sparse implementation of transpose-multiply ~Richard Reader Linear Algebra: optimized range checking in vectors and matrices</releaseNotes> <copyright>Copyright Math.NET Project</copyright> <tags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</tags> <repository type="git" url="https://github.com/mathnet/mathnet-numerics" /> <dependencies> <group targetFramework=".NETFramework4.0" /> <group targetFramework=".NETFramework4.6.1" /> <group targetFramework=".NETStandard1.3"> <dependency id="NETStandard.Library" version="2.0.3" exclude="Build,Analyzers" /> <dependency id="System.Runtime" version="4.3.0" exclude="Build,Analyzers" /> <dependency id="System.Runtime.Numerics" version="4.3.0" exclude="Build,Analyzers" /> <dependency id="System.Runtime.Serialization.Formatters" version="4.3.0" exclude="Build,Analyzers" /> <dependency id="System.Runtime.Serialization.Primitives" version="4.3.0" exclude="Build,Analyzers" /> <dependency id="System.Runtime.Serialization.Xml" version="4.3.0" exclude="Build,Analyzers" /> <dependency id="System.Security.Cryptography.Algorithms" version="4.3.1" exclude="Build,Analyzers" /> </group> <group targetFramework=".NETStandard2.0" /> </dependencies> <frameworkAssemblies> <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" /> <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" /> <frameworkAssembly assemblyName="System.Numerics" targetFramework=".NETFramework4.0" /> <frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework=".NETFramework4.0" /> </frameworkAssemblies> </metadata> </package>