Type Alias Row

Source
pub type Row = Vec<f32>;
Expand description

An alias represents matrix row.

Aliased Typeยง

pub struct Row { /* private fields */ }