ExulLibrary.Mathematics.LinearAlgebra.Sequential.Double by Exul aka Michael Kokorin

<PackageReference Include="ExulLibrary.Mathematics.LinearAlgebra.Sequential.Double" Version="0.0.1.2" />

 ExulLibrary.Mathematics.LinearAlgebra.Sequential.Double 0.0.1.2

Sequential implementation of linear algebra operations with double precision floating point value elements.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ExulLibrary.Mathematics.LinearAlgebra.Sequential.Double</id>
    <version>0.0.1.2</version>
    <authors>Exul aka Michael Kokorin</authors>
    <owners>Exul aka Michael Kokorin</owners>
    <projectUrl>http://www.exul.org/</projectUrl>
    <iconUrl>http://www.exul.org/favicon.ico</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Sequential implementation of linear algebra operations with double precision floating point value elements.</description>
    <releaseNotes>The package installs debug and release versions using $(Configuration) variable as part of path.
            So if you have configurations different from Debug and Release, create appropriate folder in the package location and copy debug or release version of library into it.</releaseNotes>
    <copyright>Copyright © Exul aka Michael Kokorin</copyright>
    <tags>Math, Linear Algebra</tags>
    <dependencies>
      <dependency id="ExulLibrary.Mathematics.LinearAlgebra.Sequential" version="0.0.1.2" />
    </dependencies>
  </metadata>
</package>