matten 0.20.9

A family-car multidimensional array (tensor) library for small numerical trials / PoCs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 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 dynamic;
mod elementwise;
mod error;
mod math;
mod ops;
mod parse;
mod reshape;
mod shape;
mod slice;
mod tensor;