F64x1

Type Alias F64x1 

Source
pub type F64x1 = Vector<f64, 1>;
Expand description

A 1-dimensional vector of f64s.

Aliased Type§

pub struct F64x1(pub [f64; 1]);

Tuple Fields§

§0: [f64; 1]