Module num

Module num 

Source
Expand description

General helpers for numerics.

Structs§

DimensionMismatchError
An error type used when two arrays should have the same dimensionality, but do not.

Traits§

DimFromShapeSlice
Adapt a slice representing an array shape into an ndarray::Dimension type.