Type Alias RawViewMutTensor

Source
pub type RawViewMutTensor<A, D> = TensorBase<RawViewRepr<*mut A>, D>;
Expand description

a type alias for a TensorBase with an owned representation

Aliased Typeยง

pub struct RawViewMutTensor<A, D> { /* private fields */ }