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

Go to the source code of this file.

Classes

class  boolNDArray
 

Functions

OCTAVE_API boolNDArray bsxfun_and (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray bsxfun_or (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_and (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_and (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_and (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArraymx_el_and_assign (boolNDArray &m, const boolNDArray &a)
 
OCTAVE_API boolNDArray mx_el_and_not (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_eq (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_ge (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_gt (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_le (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_lt (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_ne (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_not_and (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_not_and (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_not_or (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_not_or (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_or (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const boolNDArray &, const bool &)
 
OCTAVE_API boolNDArray mx_el_or (const bool &, const boolNDArray &)
 
OCTAVE_API boolNDArraymx_el_or_assign (boolNDArray &m, const boolNDArray &a)
 
OCTAVE_API boolNDArray mx_el_or_not (const boolNDArray &, const boolNDArray &)
 
OCTAVE_API boolNDArray mx_el_or_not (const bool &, const boolNDArray &)
 

Function Documentation

OCTAVE_API boolNDArray bsxfun_and ( const boolNDArray ,
const boolNDArray  
)

Definition at line 170 of file boolNDArray.cc.

Referenced by maybe_fill_table().

OCTAVE_API boolNDArray bsxfun_or ( const boolNDArray ,
const boolNDArray  
)

Definition at line 171 of file boolNDArray.cc.

Referenced by maybe_fill_table().

OCTAVE_API boolNDArray mx_el_and ( const boolNDArray ,
const boolNDArray  
)

Definition at line 137 of file boolNDArray.cc.

Referenced by mx_el_and_assign().

OCTAVE_API boolNDArray mx_el_and ( const boolNDArray ,
const bool  
)

Definition at line 140 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const bool ,
const boolNDArray  
)

Definition at line 143 of file boolNDArray.cc.

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

Definition at line 147 of file boolNDArray.cc.

References mx_el_and(), and mx_inline_and2().

OCTAVE_API boolNDArray mx_el_and_not ( const boolNDArray ,
const boolNDArray  
)

Definition at line 137 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const bool ,
const boolNDArray  
)

Definition at line 143 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const boolNDArray ,
const boolNDArray  
)

Definition at line 138 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const boolNDArray ,
const bool  
)

Definition at line 141 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const bool ,
const boolNDArray  
)

Definition at line 144 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const boolNDArray ,
const boolNDArray  
)

Definition at line 138 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const boolNDArray ,
const bool  
)

Definition at line 141 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const bool ,
const boolNDArray  
)

Definition at line 144 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const boolNDArray ,
const boolNDArray  
)

Definition at line 138 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const boolNDArray ,
const bool  
)

Definition at line 141 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const bool ,
const boolNDArray  
)

Definition at line 144 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const boolNDArray ,
const boolNDArray  
)

Definition at line 138 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const boolNDArray ,
const bool  
)

Definition at line 141 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const bool ,
const boolNDArray  
)

Definition at line 144 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const boolNDArray ,
const boolNDArray  
)

Definition at line 138 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const boolNDArray ,
const bool  
)

Definition at line 141 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const bool ,
const boolNDArray  
)

Definition at line 144 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const boolNDArray ,
const boolNDArray  
)

Definition at line 138 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const boolNDArray ,
const bool  
)

Definition at line 141 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const bool ,
const boolNDArray  
)

Definition at line 144 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const boolNDArray ,
const boolNDArray  
)

Definition at line 137 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const boolNDArray ,
const bool  
)

Definition at line 140 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const boolNDArray ,
const boolNDArray  
)

Definition at line 137 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const boolNDArray ,
const bool  
)

Definition at line 140 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const boolNDArray ,
const boolNDArray  
)

Definition at line 137 of file boolNDArray.cc.

Referenced by mx_el_or_assign().

OCTAVE_API boolNDArray mx_el_or ( const boolNDArray ,
const bool  
)

Definition at line 140 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const bool ,
const boolNDArray  
)

Definition at line 143 of file boolNDArray.cc.

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

Definition at line 159 of file boolNDArray.cc.

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

OCTAVE_API boolNDArray mx_el_or_not ( const boolNDArray ,
const boolNDArray  
)

Definition at line 137 of file boolNDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const bool ,
const boolNDArray  
)

Definition at line 143 of file boolNDArray.cc.