Skip to main content

eye_f

Function eye_f 

Source
pub fn eye_f<T>(n: usize) -> Array2<T>
where T: Clone + Field,
Expand description

Creates an identity matrix in column-major order.