Mercurial > hg > octave-nkf
comparison liboctave/dSparse.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 |
comparison
equal
deleted
inserted
replaced
7921:fcc70f30fe31 | 7922:935be827eaf8 |
---|---|
370 solve_singularity_handler sing_handler) const; | 370 solve_singularity_handler sing_handler) const; |
371 | 371 |
372 // other operations | 372 // other operations |
373 | 373 |
374 bool any_element_is_negative (bool = false) const; | 374 bool any_element_is_negative (bool = false) const; |
375 bool any_element_is_nan (void) const; | |
375 bool any_element_is_inf_or_nan (void) const; | 376 bool any_element_is_inf_or_nan (void) const; |
376 bool all_elements_are_zero (void) const; | 377 bool all_elements_are_zero (void) const; |
377 bool all_elements_are_int_or_inf_or_nan (void) const; | 378 bool all_elements_are_int_or_inf_or_nan (void) const; |
378 bool all_integers (double& max_val, double& min_val) const; | 379 bool all_integers (double& max_val, double& min_val) const; |
379 bool too_large_for_float (void) const; | 380 bool too_large_for_float (void) const; |