#include "Array.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "bsxfun-decl.h"
#include "boolMatrix.h"
Go to the source code of this file.
Classes | |
class | boolNDArray |
Functions | |
BSXFUN_OP_DECL (and, boolNDArray, OCTAVE_API) | |
BSXFUN_OP_DECL (or, boolNDArray, OCTAVE_API) | |
OCTAVE_API boolNDArray & | mx_el_and_assign (boolNDArray &m, const boolNDArray &a) |
OCTAVE_API boolNDArray & | mx_el_or_assign (boolNDArray &m, const boolNDArray &a) |
BSXFUN_OP_DECL | ( | and | , | |
boolNDArray | , | |||
OCTAVE_API | ||||
) |
BSXFUN_OP_DECL | ( | or | , | |
boolNDArray | , | |||
OCTAVE_API | ||||
) |
OCTAVE_API boolNDArray& mx_el_and_assign | ( | boolNDArray & | m, | |
const boolNDArray & | a | |||
) |
Definition at line 147 of file boolNDArray.cc.
OCTAVE_API boolNDArray& mx_el_or_assign | ( | boolNDArray & | m, | |
const boolNDArray & | a | |||
) |
Definition at line 159 of file boolNDArray.cc.
References Array< T >::is_shared().