Type Alias russell_lab::vector::Vector

source ·
pub type Vector = NumVector<f64>;
Expand description

Defines an alias to NumVector with f64

Aliased Type§

struct Vector { /* private fields */ }