Skip to main content

DenseVector

Type Alias DenseVector 

Source
pub type DenseVector<'buf, T> = DnVec<'buf, T>;
Expand description

Legacy alias — prefer DnVec.

Aliased Type§

pub struct DenseVector<'buf, T> { /* private fields */ }