GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array-util.h"
#include "CNDArray.h"
#include "mx-base.h"
#include "lo-ieee.h"
#include "mx-op-defs.h"
#include "MArray-defs.h"
#include "bsxfun-defs.cc"
Go to the source code of this file.
Functions | |
boolNDArray & | mx_el_and_assign (boolNDArray &a, const boolNDArray &b) |
boolNDArray & | mx_el_or_assign (boolNDArray &a, const boolNDArray &b) |
boolNDArray& mx_el_and_assign | ( | boolNDArray & | a, |
const boolNDArray & | b | ||
) |
Definition at line 154 of file boolNDArray.cc.
References mx_el_and(), and mx_inline_and2().
boolNDArray& mx_el_or_assign | ( | boolNDArray & | a, |
const boolNDArray & | b | ||
) |
Definition at line 166 of file boolNDArray.cc.
References Array< T >::is_shared(), mx_el_or(), and mx_inline_or2().