26 #if ! defined (octave_boolMatrix_h)
27 #define octave_boolMatrix_h 1
29 #include "octave-config.h"
Array< T, Alloc > transpose() const
Size of the specified dimension.
void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
boolMatrix(const dim_vector &dv)
boolMatrix(octave_idx_type r, octave_idx_type c)
boolMatrix(const Array< bool > &a)
boolMatrix(octave_idx_type r, octave_idx_type c, bool val)
boolMatrix transpose() const
void resize(octave_idx_type nr, octave_idx_type nc, bool rfv=false)
boolMatrix(const dim_vector &dv, bool val)
boolMatrix(const boolMatrix &a)=default
Vector representing the dimensions (size) of an Array.
bool operator!=(const dim_vector &a, const dim_vector &b)
bool operator==(const dim_vector &a, const dim_vector &b)
#define SM_BOOL_OP_DECLS(S, M, API)
#define MS_BOOL_OP_DECLS(M, S, API)
#define MM_CMP_OP_DECLS(M1, M2, API)
#define MM_BOOL_OP_DECLS(M1, M2, API)
octave_value operator!(const octave_value &a)