Crate brass_tensor

Source

Modules§

ndarray

Traits§

DimsBetter
Some types, such as Vec, do not allow direct access to an underlying, referencable dimension type. Because of this, DimsBetter is not a included in the Tensor trait
Tensor
A general abstraction of an NDArray that permits for Tensor operations to be applied on other types, such as vectors