Type Alias RawViewTensor

Source
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 */ }