#include "Array.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "boolMatrix.h"
Go to the source code of this file.
Classes | |
class | boolNDArray |
Defines | |
#define | octave_boolNDArray_h 1 |
Functions | |
OCTAVE_API boolNDArray & | mx_el_and_assign (boolNDArray &m, const boolNDArray &a) |
OCTAVE_API boolNDArray & | mx_el_or_assign (boolNDArray &m, const boolNDArray &a) |
#define octave_boolNDArray_h 1 |
OCTAVE_API boolNDArray& mx_el_and_assign | ( | boolNDArray & | m, | |
const boolNDArray & | a | |||
) |
OCTAVE_API boolNDArray& mx_el_or_assign | ( | boolNDArray & | m, | |
const boolNDArray & | a | |||
) |