26 #if defined (HAVE_CONFIG_H)
OCTARRAY_OVERRIDABLE_FUNC_API const bool * data(void) const
OCTARRAY_OVERRIDABLE_FUNC_API octave_idx_type numel(void) const
Number of elements in the array.
OCTARRAY_API Array< T, Alloc > & insert(const Array< T, Alloc > &a, const Array< octave_idx_type > &idx)
Insert an array into another at a specified position.
OCTARRAY_OVERRIDABLE_FUNC_API octave_idx_type rows(void) const
OCTARRAY_OVERRIDABLE_FUNC_API T & elem(octave_idx_type n)
Size of the specified dimension.
OCTARRAY_API Array< T, Alloc > diag(octave_idx_type k=0) const
Get the kth super or subdiagonal.
OCTARRAY_OVERRIDABLE_FUNC_API octave_idx_type cols(void) const
OCTAVE_API boolMatrix & insert(const boolMatrix &a, octave_idx_type r, octave_idx_type c)
OCTAVE_API boolMatrix diag(octave_idx_type k=0) const
OCTAVE_API bool operator==(const boolMatrix &a) const
OCTAVE_API bool operator!=(const boolMatrix &a) const
OCTAVE_API boolMatrix operator!(void) const
bool mx_inline_equal(std::size_t n, const T1 *x, const T2 *y)
#define MM_BOOL_OPS(M1, M2)
#define MM_CMP_OPS(M1, M2)
#define SM_BOOL_OPS(S, M)
#define MS_BOOL_OPS(M, S)