26 #if ! defined (octave_boolMatrix_h)
27 #define octave_boolMatrix_h 1
29 #include "octave-config.h"
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
std::istream & operator>>(std::istream &is, SparseBoolMatrix &a)
OCTARRAY_API Array< T, Alloc > transpose(void) const
Size of the specified dimension.
OCTARRAY_API void resize(const dim_vector &dv, const T &rfv)
Size of the specified dimension.
boolMatrix(const dim_vector &dv)
boolMatrix transpose(void) const
~boolMatrix(void)=default
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)
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)
class OCTAVE_API boolMatrix
#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)