GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 154 of file boolNDArray.cc.
References mx_el_and(), and mx_inline_and2().
OCTAVE_API boolNDArray& mx_el_or_assign | ( | boolNDArray & | m, |
const boolNDArray & | a | ||
) |
Definition at line 166 of file boolNDArray.cc.
References Array< T >::is_shared(), mx_el_or(), and mx_inline_or2().