TriunniaLabs.Math.Matrix.Tables (0.2.2)
Published 2025-06-10 00:14:32 +00:00 by Administrator
Installation
dotnet nuget add source --name TriunniaLabs --username your_username --password your_token dotnet add package --source TriunniaLabs --version 0.2.2 TriunniaLabs.Math.Matrix.TablesAbout this package
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.
Dependencies
| ID | Version | Target Framework |
|---|---|---|
| TriunniaLabs.Math.Matrix | 0.2.2 | net9.0 |