﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TriunniaLabs.Math.Matrix.Tables</id>
    <version>0.2.4</version>
    <authors>Triunnia Labs</authors>
    <description>A table is a two-dimensional data structure that holds numeric data in a matrix.  The rows and columns are labelled, and operations can be performed upon them.  The table is lazy -- cell values are only computed as they are needed for a performance boost.</description>
    <copyright>Triunnia Labs</copyright>
    <repository type="git" commit="5c0c550d0a2a3f5011a9a949d789211a235f758b" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="TriunniaLabs.Math.Matrix" version="0.2.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>