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

pub fn from_range_cw_f64(rows: usize, cols: usize, start: f64, stop: f64) -> MatrixF64

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