A lightweight and high-performance tensor library which provides numpy-like operations but .NET style interfaces. It supports generic tensor, Linq, C# native slices and so on. It is young so that it may may lack some features or have some BUGs. Please tell us on github or via email, thank you! Github repository: https://github.com/AsakusaRinne/Tensor.NET Email: AsakusaRinne@gmail.com Update information: 1. Add static method for load and save. 2. Add mod, and, or, xor operators for Tensor. 3. Add ForEach method for Tensor. 4. Add docs for public APIs. Corresponding commit ID for this version: 03c0ceda1692dbcf40f6bded70330bd5bba04c54
$ dotnet add package Tensor.NETNo README available.