pub type RawViewTensor<A, D> = TensorBase<RawViewRepr<*const A>, D>;Expand description
A type alias for a TensorBase with a raw pointer representation.
Aliased Typeยง
pub struct RawViewTensor<A, D> { /* private fields */ }pub type RawViewTensor<A, D> = TensorBase<RawViewRepr<*const A>, D>;A type alias for a TensorBase with a raw pointer representation.
pub struct RawViewTensor<A, D> { /* private fields */ }