Type Definition nalgebra::base::storage::Owned[][src]

type Owned<T, R, C = U1> = <DefaultAllocator as Allocator<T, R, C>>::Buffer;

The owned data storage that can be allocated from S.