matten 0.20.16

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
//! Dynamic feature tests — split into submodules per the 300-ELOC guideline.
//!
//! All submodules are gated on the `dynamic` feature; each file also gates
//! its internal `mod` blocks individually for finer feature control.

#[cfg(feature = "dynamic")]
mod element;
#[cfg(feature = "dynamic")]
mod guards;
#[cfg(feature = "dynamic")]
mod lifecycle;
#[cfg(feature = "dynamic")]
mod policy;
#[cfg(feature = "dynamic")]
mod tensor;