is_zero_matrix

Function is_zero_matrix 

Source
pub fn is_zero_matrix<F>(a: &ArrayView2<'_, F>) -> bool
where F: Float + NumAssign + Sum + One + Send + Sync + ScalarOperand + 'static,
Expand description

Check if a matrix is the zero matrix