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 */ }pub type RawViewMutTensor<A, D> = TensorBase<RawViewRepr<*mut A>, D>;a type alias for a TensorBase with an owned representation
pub struct RawViewMutTensor<A, D> { /* private fields */ }