26 #if ! defined (octave_boolNDArray_h)
27 #define octave_boolNDArray_h 1
29 #include "octave-config.h"
49 :
Array<bool> (dv, val) { }
86 int start_dimension = 0);
octave_idx_type compute_index(octave_idx_type n, const dim_vector &dims)
void increment_index(Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
OCTAVE_API boolNDArray & mx_el_and_assign(boolNDArray &m, const boolNDArray &a)
OCTAVE_API boolNDArray & mx_el_or_assign(boolNDArray &m, const boolNDArray &a)
#define BSXFUN_OP_DECL(OP, ARRAY, API)
Array< T > squeeze(void) const
Chop off leading singleton dimensions.
Array< T > & operator=(const Array< T > &a)
boolNDArray(const boolNDArray &a)
boolNDArray squeeze(void) const
boolNDArray(const dim_vector &dv)
boolNDArray(const dim_vector &dv, const bool &val)
bool any_element_is_nan(void) const
boolNDArray(const Array< bool > &a)
Vector representing the dimensions (size) of an Array.
#define NDND_BOOL_OP_DECLS(ND1, ND2, API)
#define NDND_CMP_OP_DECLS(ND1, ND2, API)
#define NDS_BOOL_OP_DECLS(ND, S, API)
#define SND_CMP_OP_DECLS(S, ND, API)
#define NDS_CMP_OP_DECLS(ND, S, API)
#define SND_BOOL_OP_DECLS(S, ND, API)
const octave_base_value const Array< octave_idx_type > & ra_idx
octave_value operator!(const octave_value &a)