pub fn eye_f<T>(n: usize) -> Array2<T>where T: Clone + Field,
Creates an identity matrix in column-major order.