matten 0.3.0

A family car multidimensional array (tensor) library for small numerical trials / PoCs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Unit tests for `matten`, organised by the module they cover.
//!
//! Each submodule mirrors one `src/` module; the layout follows the project
//! guideline that a `foo.rs` and a `foo/` directory may coexist, and that test
//! code is separated from implementation when files grow large.

mod convert;
mod error;
mod ops;
mod shape;
mod tensor;