pub trait MatrixExt { // Required method fn any_nan(&self) -> bool; }
Returns true if any element in the matrix is NaN.