Expand description
General helpers for numerics.
Structs§
- Dimension
Mismatch Error - An error type used when two arrays should have the same dimensionality, but do not.
Traits§
- DimFrom
Shape Slice - Adapt a slice representing an array shape into an
ndarray::Dimension
type.