Mercurial > hg > octave-nkf
diff liboctave/CSparse.h @ 7922:935be827eaf8
error for NaN values in & and | expressions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 11 Jul 2008 14:56:30 -0400 |
parents | 1a446f28ce68 |
children | b11c31849b44 |
line wrap: on
line diff
--- a/liboctave/CSparse.h +++ b/liboctave/CSparse.h @@ -402,6 +402,7 @@ SparseComplexMatrix ipermute (const Array<octave_idx_type>& vec) const; + bool any_element_is_nan (void) const; bool any_element_is_inf_or_nan (void) const; bool all_elements_are_real (void) const; bool all_integers (double& max_val, double& min_val) const;