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
Functions
boolMatrix.cc File Reference
#include <iostream>
#include "Array-util.h"
#include "boolMatrix.h"
#include "lo-error.h"
#include "str-vec.h"
#include "mx-inlines.cc"
#include "mx-op-defs.h"
Include dependency graph for boolMatrix.cc:

Go to the source code of this file.

Functions

boolMatrix mx_el_and (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_and (const boolMatrix &m, const bool &s)
 
boolMatrix mx_el_and (const bool &s, const boolMatrix &m)
 
boolMatrix mx_el_eq (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_ge (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_gt (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_le (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_lt (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_ne (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_or (const boolMatrix &m1, const boolMatrix &m2)
 
boolMatrix mx_el_or (const boolMatrix &m, const bool &s)
 
boolMatrix mx_el_or (const bool &s, const boolMatrix &m)
 

Function Documentation

boolMatrix mx_el_and ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 87 of file boolMatrix.cc.

boolMatrix mx_el_and ( const boolMatrix m,
const bool s 
)

Definition at line 88 of file boolMatrix.cc.

boolMatrix mx_el_and ( const bool s,
const boolMatrix m 
)

Definition at line 89 of file boolMatrix.cc.

boolMatrix mx_el_eq ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 90 of file boolMatrix.cc.

boolMatrix mx_el_ge ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 90 of file boolMatrix.cc.

boolMatrix mx_el_gt ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 90 of file boolMatrix.cc.

boolMatrix mx_el_le ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 90 of file boolMatrix.cc.

boolMatrix mx_el_lt ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 90 of file boolMatrix.cc.

boolMatrix mx_el_ne ( const boolMatrix m1,
const boolMatrix m2 
)
boolMatrix mx_el_or ( const boolMatrix m1,
const boolMatrix m2 
)

Definition at line 87 of file boolMatrix.cc.

boolMatrix mx_el_or ( const boolMatrix m,
const bool s 
)

Definition at line 88 of file boolMatrix.cc.

boolMatrix mx_el_or ( const bool s,
const boolMatrix m 
)

Definition at line 89 of file boolMatrix.cc.