Skip to main content

put

Function put 

Source
pub fn put(matrix: &mut [f64], n: usize, i: usize, j: usize, value: f64)
Expand description

Writes entry (i, j) into a row-major n×n buffer (no-op if out of range).