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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines