23 #if !defined (octave_dNDArray_h)
24 #define octave_dNDArray_h 1
54 bool negative_to_nan =
false);
82 bool any_element_is_negative (
bool =
false)
const;
83 bool any_element_is_positive (
bool =
false)
const;
86 bool any_element_not_one_or_zero (
void)
const;
87 bool all_elements_are_zero (
void)
const;
88 bool all_elements_are_int_or_inf_or_nan (
void)
const;
89 bool all_integers (
double& max_val,
double& min_val)
const;
102 NDArray xsum (
int dim = -1)
const;
115 NDArray cummax (
int dim = -1)
const;
117 NDArray cummin (
int dim = -1)
const;
150 int start_dimension = 0);
157 friend OCTAVE_API std::ostream&
operator << (std::ostream& os,
198 ComplexNDArray, OCTAVE_API)