GNU Octave  4.2.1
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
Typedefs | Functions
int8NDArray.h File Reference
#include "octave-config.h"
#include "intNDArray.h"
#include "mx-op-decl.h"
#include "oct-inttypes-fwd.h"
#include "bsxfun-decl.h"
Include dependency graph for int8NDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef intNDArray< octave_int8int8NDArray
 

Functions

OCTAVE_API int8NDArray bsxfun_add (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_div (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray bsxfun_eq (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray bsxfun_ge (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray bsxfun_gt (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray bsxfun_le (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray bsxfun_lt (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_max (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_min (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_mul (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray bsxfun_ne (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_pow (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_pow (const int8NDArray &, const NDArray &)
 
OCTAVE_API int8NDArray bsxfun_pow (const int8NDArray &, const FloatNDArray &)
 
OCTAVE_API int8NDArray bsxfun_pow (const NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_pow (const FloatNDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray bsxfun_sub (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API int8NDArray max (octave_int8 d, const int8NDArray &m)
 
OCTAVE_API int8NDArray max (const int8NDArray &m, octave_int8 d)
 
OCTAVE_API int8NDArray max (const int8NDArray &a, const int8NDArray &b)
 
OCTAVE_API int8NDArray min (const int8NDArray &m, octave_int8 d)
 
OCTAVE_API int8NDArray min (const int8NDArray &a, const int8NDArray &b)
 
OCTAVE_API int8NDArray min (octave_int8 d, const int8NDArray &m)
 
OCTAVE_API boolNDArray mx_el_and (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_and (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_and (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_eq (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_ge (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_gt (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_le (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_lt (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_ne (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_not_and (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_not_and (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_not_or (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_not_or (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const int8NDArray &, const octave_int8 &)
 
OCTAVE_API boolNDArray mx_el_or (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const int8NDArray &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_or_not (const octave_int8 &, const int8NDArray &)
 
OCTAVE_API boolNDArray mx_el_or_not (const int8NDArray &, const int8NDArray &)
 
int8NDArray operator* (const int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator* (const octave_int8 &x, const int8NDArray &y)
 
int8NDArray operator*= (int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator+ (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray operator+ (const octave_int8 &x, const int8NDArray &y)
 
int8NDArray operator+ (const int8NDArray &x)
 
int8NDArray operator+ (const int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator+= (int8NDArray &x, const int8NDArray &y)
 
int8NDArray operator+= (int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator- (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray operator- (const octave_int8 &x, const int8NDArray &y)
 
int8NDArray operator- (const int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator- (const int8NDArray &x)
 
int8NDArray operator-= (int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator-= (int8NDArray &x, const int8NDArray &y)
 
int8NDArray operator/ (const octave_int8 &x, const int8NDArray &y)
 
int8NDArray operator/ (const int8NDArray &x, const octave_int8 &y)
 
int8NDArray operator/= (int8NDArray &x, const octave_int8 &y)
 
int8NDArray product (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray product_eq (int8NDArray &x, const int8NDArray &y)
 
int8NDArray quotient (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray quotient_eq (int8NDArray &x, const int8NDArray &y)
 

Typedef Documentation

Definition at line 33 of file int8NDArray.h.

Function Documentation

OCTAVE_API int8NDArray bsxfun_add ( const int8NDArray ,
const int8NDArray  
)

Definition at line 55 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_div ( const int8NDArray ,
const int8NDArray  
)

Definition at line 55 of file int8NDArray.cc.

OCTAVE_API boolNDArray bsxfun_eq ( const int8NDArray ,
const int8NDArray  
)

Definition at line 56 of file int8NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ge ( const int8NDArray ,
const int8NDArray  
)

Definition at line 56 of file int8NDArray.cc.

OCTAVE_API boolNDArray bsxfun_gt ( const int8NDArray ,
const int8NDArray  
)

Definition at line 56 of file int8NDArray.cc.

OCTAVE_API boolNDArray bsxfun_le ( const int8NDArray ,
const int8NDArray  
)

Definition at line 56 of file int8NDArray.cc.

OCTAVE_API boolNDArray bsxfun_lt ( const int8NDArray ,
const int8NDArray  
)

Definition at line 56 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_max ( const int8NDArray ,
const int8NDArray  
)

Definition at line 55 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_min ( const int8NDArray ,
const int8NDArray  
)

Definition at line 55 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_mul ( const int8NDArray ,
const int8NDArray  
)

Definition at line 55 of file int8NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ne ( const int8NDArray ,
const int8NDArray  
)

Definition at line 56 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_pow ( const int8NDArray ,
const int8NDArray  
)

Definition at line 58 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_pow ( const int8NDArray ,
const NDArray  
)

Definition at line 59 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_pow ( const int8NDArray ,
const FloatNDArray  
)

Definition at line 59 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_pow ( const NDArray ,
const int8NDArray  
)

Definition at line 59 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_pow ( const FloatNDArray ,
const int8NDArray  
)

Definition at line 59 of file int8NDArray.cc.

OCTAVE_API int8NDArray bsxfun_sub ( const int8NDArray ,
const int8NDArray  
)

Definition at line 55 of file int8NDArray.cc.

OCTAVE_API int8NDArray max ( octave_int8  d,
const int8NDArray m 
)

Definition at line 53 of file int8NDArray.cc.

OCTAVE_API int8NDArray max ( const int8NDArray m,
octave_int8  d 
)

Definition at line 53 of file int8NDArray.cc.

OCTAVE_API int8NDArray max ( const int8NDArray a,
const int8NDArray b 
)

Definition at line 53 of file int8NDArray.cc.

OCTAVE_API int8NDArray min ( const int8NDArray m,
octave_int8  d 
)

Definition at line 53 of file int8NDArray.cc.

OCTAVE_API int8NDArray min ( const int8NDArray a,
const int8NDArray b 
)

Definition at line 53 of file int8NDArray.cc.

OCTAVE_API int8NDArray min ( octave_int8  d,
const int8NDArray m 
)

Definition at line 53 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int8NDArray ,
const octave_int8  
)

Definition at line 45 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const octave_int8 ,
const int8NDArray  
)

Definition at line 48 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int8NDArray ,
const int8NDArray  
)

Definition at line 51 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const octave_int8 ,
const int8NDArray  
)

Definition at line 48 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const int8NDArray ,
const int8NDArray  
)

Definition at line 51 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int8NDArray ,
const octave_int8  
)

Definition at line 44 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const octave_int8 ,
const int8NDArray  
)

Definition at line 47 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int8NDArray ,
const int8NDArray  
)

Definition at line 50 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int8NDArray ,
const octave_int8  
)

Definition at line 44 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const octave_int8 ,
const int8NDArray  
)

Definition at line 47 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int8NDArray ,
const int8NDArray  
)

Definition at line 50 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int8NDArray ,
const octave_int8  
)

Definition at line 44 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const octave_int8 ,
const int8NDArray  
)

Definition at line 47 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int8NDArray ,
const int8NDArray  
)

Definition at line 50 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int8NDArray ,
const octave_int8  
)

Definition at line 44 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const octave_int8 ,
const int8NDArray  
)

Definition at line 47 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int8NDArray ,
const int8NDArray  
)

Definition at line 50 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int8NDArray ,
const octave_int8  
)

Definition at line 44 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const octave_int8 ,
const int8NDArray  
)

Definition at line 47 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int8NDArray ,
const int8NDArray  
)

Definition at line 50 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int8NDArray ,
const octave_int8  
)

Definition at line 44 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const octave_int8 ,
const int8NDArray  
)

Definition at line 47 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int8NDArray ,
const int8NDArray  
)

Definition at line 50 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int8NDArray ,
const octave_int8  
)

Definition at line 45 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int8NDArray ,
const int8NDArray  
)

Definition at line 51 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int8NDArray ,
const octave_int8  
)

Definition at line 45 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int8NDArray ,
const int8NDArray  
)

Definition at line 51 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int8NDArray ,
const octave_int8  
)

Definition at line 45 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const octave_int8 ,
const int8NDArray  
)

Definition at line 48 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int8NDArray ,
const int8NDArray  
)

Definition at line 51 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const octave_int8 ,
const int8NDArray  
)

Definition at line 48 of file int8NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const int8NDArray ,
const int8NDArray  
)

Definition at line 51 of file int8NDArray.cc.

int8NDArray operator* ( const int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator* ( const octave_int8 x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator*= ( int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator+ ( const int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator+ ( const octave_int8 x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator+ ( const int8NDArray x)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator+ ( const int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator+= ( int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator+= ( int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator- ( const int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator- ( const octave_int8 x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator- ( const int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator- ( const int8NDArray x)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator-= ( int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator-= ( int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator/ ( const octave_int8 x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator/ ( const int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray operator/= ( int8NDArray x,
const octave_int8 y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray product ( const int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray product_eq ( int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray quotient ( const int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.

int8NDArray quotient_eq ( int8NDArray x,
const int8NDArray y 
)
inline

Definition at line 44 of file int8NDArray.h.