comparison liboctave/fNDArray.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 82be108cc558
children a1ae2aae903e
comparison
equal deleted inserted replaced
7921:fcc70f30fe31 7922:935be827eaf8
65 // unary operations 65 // unary operations
66 66
67 boolNDArray operator ! (void) const; 67 boolNDArray operator ! (void) const;
68 68
69 bool any_element_is_negative (bool = false) const; 69 bool any_element_is_negative (bool = false) const;
70 bool any_element_is_nan (void) const;
70 bool any_element_is_inf_or_nan (void) const; 71 bool any_element_is_inf_or_nan (void) const;
71 bool any_element_not_one_or_zero (void) const; 72 bool any_element_not_one_or_zero (void) const;
72 bool all_elements_are_zero (void) const; 73 bool all_elements_are_zero (void) const;
73 bool all_elements_are_int_or_inf_or_nan (void) const; 74 bool all_elements_are_int_or_inf_or_nan (void) const;
74 bool all_integers (float& max_val, float& min_val) const; 75 bool all_integers (float& max_val, float& min_val) const;