Module slas::tensor

source · []

Structs

A wrapper around a 2D tensor, which allows for lazy transposing

Static matrix shape.

Statically allocated tensor. See StaticVec::reshape for constructing a tensor. The use of &'static dyn Shape<NDIM> does not mean slower performance, as long as Shape is const implemented for the type of the shape instance.

Traits

Tensor shape with static dimensions but with optionally dynamic shape. To achive a static shape the trait should be const implemented.