23 #if !defined (octave_fCNDArray_h)
24 #define octave_fCNDArray_h 1
74 bool any_element_is_nan (
void)
const;
75 bool any_element_is_inf_or_nan (
void)
const;
76 bool all_elements_are_real (
void)
const;
77 bool all_integers (
float& max_val,
float& min_val)
const;
78 bool too_large_for_float (
void)
const;
138 int start_dimension = 0);
145 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
147 friend OCTAVE_API std::istream&
operator >> (std::istream& is,
180 extern OCTAVE_API FloatComplexNDArray& operator *= (FloatComplexNDArray& a,
182 extern OCTAVE_API FloatComplexNDArray& operator /= (FloatComplexNDArray& a,