23 #if !defined (octave_boolNDArray_h)
24 #define octave_boolNDArray_h 1
70 NDArray sum (
int dim = -1)
const;
71 NDArray cumsum (
int dim = -1)
const;
85 int start_dimension = 0);
112 extern OCTAVE_API boolNDArray&
114 extern OCTAVE_API boolNDArray&
octave_idx_type compute_index(octave_idx_type n, const dim_vector &dims)
boolNDArray(const dim_vector &dv)
const octave_base_value const Array< octave_idx_type > & ra_idx
#define NDND_CMP_OP_DECLS(ND1, ND2, API)
#define SND_BOOL_OP_DECLS(S, ND, API)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
#define NDND_BOOL_OP_DECLS(ND1, ND2, API)
boolNDArray squeeze(void) const
#define NDS_BOOL_OP_DECLS(ND, S, API)
bool any_element_is_nan(void) const
#define NDS_CMP_OP_DECLS(ND, S, API)
#define SND_CMP_OP_DECLS(S, ND, API)
void increment_index(Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension)
Array< T > squeeze(void) const
Chop off leading singleton dimensions.
OCTAVE_API boolNDArray & mx_el_and_assign(boolNDArray &m, const boolNDArray &a)
boolNDArray(const dim_vector &dv, const bool &val)
boolNDArray(const Array< bool > &a)
octave_value operator!(const octave_value &a)
boolNDArray(const boolNDArray &a)
Array< T > & operator=(const Array< T > &a)
#define BSXFUN_OP_DECL(OP, ARRAY, API)
OCTAVE_API boolNDArray & mx_el_or_assign(boolNDArray &m, const boolNDArray &a)