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
boolNDArray.cc File Reference
#include "Array-util.h"
#include "boolNDArray.h"
#include "CNDArray.h"
#include "mx-base.h"
#include "lo-ieee.h"
#include "mx-op-defs.h"
#include "MArray-defs.h"
#include "bsxfun-defs.cc"
Include dependency graph for boolNDArray.cc:

Go to the source code of this file.

Functions

boolNDArray bsxfun_and (const boolNDArray &x, const boolNDArray &y)
 
boolNDArray bsxfun_or (const boolNDArray &x, const boolNDArray &y)
 
boolNDArray mx_el_and (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_and (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_and (const bool &s, const boolNDArray &m)
 
boolNDArraymx_el_and_assign (boolNDArray &a, const boolNDArray &b)
 
boolNDArray mx_el_and_not (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_and_not (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_and_not (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_eq (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_eq (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_eq (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_ge (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_ge (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_ge (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_gt (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_gt (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_gt (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_le (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_le (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_le (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_lt (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_lt (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_lt (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_ne (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_ne (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_ne (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_not_and (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_not_and (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_not_and (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_not_or (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_not_or (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_not_or (const bool &s, const boolNDArray &m)
 
boolNDArray mx_el_or (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_or (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_or (const bool &s, const boolNDArray &m)
 
boolNDArraymx_el_or_assign (boolNDArray &a, const boolNDArray &b)
 
boolNDArray mx_el_or_not (const boolNDArray &m1, const boolNDArray &m2)
 
boolNDArray mx_el_or_not (const boolNDArray &m, const bool &s)
 
boolNDArray mx_el_or_not (const bool &s, const boolNDArray &m)
 

Function Documentation

boolNDArray bsxfun_and ( const boolNDArray x,
const boolNDArray y 
)

Definition at line 170 of file boolNDArray.cc.

Referenced by maybe_fill_table().

boolNDArray bsxfun_or ( const boolNDArray x,
const boolNDArray y 
)

Definition at line 171 of file boolNDArray.cc.

Referenced by maybe_fill_table().

boolNDArray mx_el_and ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 137 of file boolNDArray.cc.

Referenced by mx_el_and_assign().

boolNDArray mx_el_and ( const boolNDArray m,
const bool s 
)

Definition at line 140 of file boolNDArray.cc.

boolNDArray mx_el_and ( const bool s,
const boolNDArray m 
)

Definition at line 143 of file boolNDArray.cc.

boolNDArray& mx_el_and_assign ( boolNDArray a,
const boolNDArray b 
)

Definition at line 147 of file boolNDArray.cc.

References mx_el_and(), and mx_inline_and2().

boolNDArray mx_el_and_not ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 137 of file boolNDArray.cc.

boolNDArray mx_el_and_not ( const boolNDArray m,
const bool s 
)

Definition at line 140 of file boolNDArray.cc.

boolNDArray mx_el_and_not ( const bool s,
const boolNDArray m 
)

Definition at line 143 of file boolNDArray.cc.

boolNDArray mx_el_eq ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 138 of file boolNDArray.cc.

boolNDArray mx_el_eq ( const boolNDArray m,
const bool s 
)

Definition at line 141 of file boolNDArray.cc.

boolNDArray mx_el_eq ( const bool s,
const boolNDArray m 
)

Definition at line 144 of file boolNDArray.cc.

boolNDArray mx_el_ge ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 138 of file boolNDArray.cc.

boolNDArray mx_el_ge ( const boolNDArray m,
const bool s 
)

Definition at line 141 of file boolNDArray.cc.

boolNDArray mx_el_ge ( const bool s,
const boolNDArray m 
)

Definition at line 144 of file boolNDArray.cc.

boolNDArray mx_el_gt ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 138 of file boolNDArray.cc.

boolNDArray mx_el_gt ( const boolNDArray m,
const bool s 
)

Definition at line 141 of file boolNDArray.cc.

boolNDArray mx_el_gt ( const bool s,
const boolNDArray m 
)

Definition at line 144 of file boolNDArray.cc.

boolNDArray mx_el_le ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 138 of file boolNDArray.cc.

boolNDArray mx_el_le ( const boolNDArray m,
const bool s 
)

Definition at line 141 of file boolNDArray.cc.

boolNDArray mx_el_le ( const bool s,
const boolNDArray m 
)

Definition at line 144 of file boolNDArray.cc.

boolNDArray mx_el_lt ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 138 of file boolNDArray.cc.

boolNDArray mx_el_lt ( const boolNDArray m,
const bool s 
)

Definition at line 141 of file boolNDArray.cc.

boolNDArray mx_el_lt ( const bool s,
const boolNDArray m 
)

Definition at line 144 of file boolNDArray.cc.

boolNDArray mx_el_ne ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 138 of file boolNDArray.cc.

boolNDArray mx_el_ne ( const boolNDArray m,
const bool s 
)

Definition at line 141 of file boolNDArray.cc.

boolNDArray mx_el_ne ( const bool s,
const boolNDArray m 
)

Definition at line 144 of file boolNDArray.cc.

boolNDArray mx_el_not_and ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 137 of file boolNDArray.cc.

boolNDArray mx_el_not_and ( const boolNDArray m,
const bool s 
)

Definition at line 140 of file boolNDArray.cc.

boolNDArray mx_el_not_and ( const bool s,
const boolNDArray m 
)

Definition at line 143 of file boolNDArray.cc.

boolNDArray mx_el_not_or ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 137 of file boolNDArray.cc.

boolNDArray mx_el_not_or ( const boolNDArray m,
const bool s 
)

Definition at line 140 of file boolNDArray.cc.

boolNDArray mx_el_not_or ( const bool s,
const boolNDArray m 
)

Definition at line 143 of file boolNDArray.cc.

boolNDArray mx_el_or ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 137 of file boolNDArray.cc.

Referenced by mx_el_or_assign().

boolNDArray mx_el_or ( const boolNDArray m,
const bool s 
)

Definition at line 140 of file boolNDArray.cc.

boolNDArray mx_el_or ( const bool s,
const boolNDArray m 
)

Definition at line 143 of file boolNDArray.cc.

boolNDArray& mx_el_or_assign ( boolNDArray a,
const boolNDArray b 
)

Definition at line 159 of file boolNDArray.cc.

References Array< T >::is_shared(), mx_el_or(), and mx_inline_or2().

boolNDArray mx_el_or_not ( const boolNDArray m1,
const boolNDArray m2 
)

Definition at line 137 of file boolNDArray.cc.

boolNDArray mx_el_or_not ( const boolNDArray m,
const bool s 
)

Definition at line 140 of file boolNDArray.cc.

boolNDArray mx_el_or_not ( const bool s,
const boolNDArray m 
)

Definition at line 143 of file boolNDArray.cc.