[][src]Module rubbl_core::num

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.