GNU Octave  4.0.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
boolMatrix.h File Reference
#include "Array.h"
#include "boolNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Include dependency graph for boolMatrix.h:

Go to the source code of this file.

Classes

class  boolMatrix
 

Functions

OCTAVE_API boolMatrix mx_el_and (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_and (const boolMatrix &, const bool &)
 
OCTAVE_API boolMatrix mx_el_and (const bool &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const boolMatrix &, const boolMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const boolMatrix &, const bool &)
 
OCTAVE_API boolMatrix mx_el_or (const bool &, const boolMatrix &)
 

Function Documentation

OCTAVE_API boolMatrix mx_el_and ( const boolMatrix ,
const boolMatrix  
)

Definition at line 87 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const boolMatrix ,
const bool  
)

Definition at line 88 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const bool ,
const boolMatrix  
)

Definition at line 89 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const boolMatrix ,
const boolMatrix  
)

Definition at line 90 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const boolMatrix ,
const boolMatrix  
)

Definition at line 90 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const boolMatrix ,
const boolMatrix  
)

Definition at line 90 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const boolMatrix ,
const boolMatrix  
)

Definition at line 90 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const boolMatrix ,
const boolMatrix  
)

Definition at line 90 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const boolMatrix ,
const boolMatrix  
)
OCTAVE_API boolMatrix mx_el_or ( const boolMatrix ,
const boolMatrix  
)

Definition at line 87 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const boolMatrix ,
const bool  
)

Definition at line 88 of file boolMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const bool ,
const boolMatrix  
)

Definition at line 89 of file boolMatrix.cc.