26 #if defined (HAVE_CONFIG_H)
Array< T > & insert(const Array< T > &a, const Array< octave_idx_type > &idx)
Insert an array into another at a specified position.
octave_idx_type numel(void) const
Number of elements in the array.
T & elem(octave_idx_type n)
Size of the specified dimension.
const bool * data(void) const
octave_idx_type cols(void) const
octave_idx_type rows(void) const
Array< T > diag(octave_idx_type k=0) const
Get the kth super or subdiagonal.
boolMatrix & insert(const boolMatrix &a, octave_idx_type r, octave_idx_type c)
boolMatrix diag(octave_idx_type k=0) const
bool operator==(const boolMatrix &a) const
bool operator!=(const boolMatrix &a) const
boolMatrix operator!(void) const
bool mx_inline_equal(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)