23 #if !defined (octave_CNDArray_h)
24 #define octave_CNDArray_h 1
75 bool all_integers (
double& max_val,
double& min_val)
const;
133 int start_dimension = 0);
140 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
142 friend OCTAVE_API std::istream&
operator >> (std::istream& is,
175 extern OCTAVE_API ComplexNDArray& operator *= (ComplexNDArray& a,
double s);
176 extern OCTAVE_API ComplexNDArray& operator /= (ComplexNDArray& a,
double s);