identity_matrix

Function identity_matrix 

Source
pub fn identity_matrix<T>(n: usize) -> Array2<T>
where T: Float,