Navigation

Operators and Keywords

Function List:

C++ API

boolNDArray.h File Reference

#include "Array.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "boolMatrix.h"

Include dependency graph for boolNDArray.h:

Go to the source code of this file.


Classes

class  boolNDArray

Defines

#define octave_boolNDArray_h   1

Functions

OCTAVE_API boolNDArraymx_el_and_assign (boolNDArray &m, const boolNDArray &a)
OCTAVE_API boolNDArraymx_el_or_assign (boolNDArray &m, const boolNDArray &a)

Define Documentation

#define octave_boolNDArray_h   1


Function Documentation

OCTAVE_API boolNDArray& mx_el_and_assign ( boolNDArray m,
const boolNDArray a 
)

OCTAVE_API boolNDArray& mx_el_or_assign ( boolNDArray m,
const boolNDArray a 
)