GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
boolNDArray.cc File Reference
#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"
Include dependency graph for boolNDArray.cc:

Go to the source code of this file.

Functions

boolNDArraymx_el_and_assign (boolNDArray &a, const boolNDArray &b)
boolNDArraymx_el_or_assign (boolNDArray &a, const boolNDArray &b)

Function Documentation

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().