Function scirust::matrix::constructors::from_range_rw_f32 [] [src]

pub fn from_range_rw_f32(rows: usize, cols: usize, start: f32, stop: f32) -> MatrixF32

Returns a 32-bit floating point matrix whose entries are picked up from a range in row wise order.