Type Alias nyx_space::linalg::storage::Owned

source ยท
pub type Owned<T, R, C = Const<1>> = <DefaultAllocator as Allocator<R, C>>::Buffer<T>;
Expand description

The owned data storage that can be allocated from S.