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
Classes | Functions
boolNDArray.h File Reference
#include "Array.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "bsxfun-decl.h"
#include "boolMatrix.h"
Include dependency graph for boolNDArray.h:
This graph shows which files directly or indirectly include this file:

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 boolNDArraymx_el_and_assign (boolNDArray &m, const boolNDArray &a)
OCTAVE_API boolNDArraymx_el_or_assign (boolNDArray &m, const boolNDArray &a)

Function Documentation

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