GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
int8NDArray.cc File Reference
#include "int8NDArray.h"
#include "mx-op-defs.h"
#include "intNDArray.cc"
#include "bsxfun-defs.cc"
Include dependency graph for int8NDArray.cc:

Go to the source code of this file.

Functions

int8NDArray bsxfun_add (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_div (const int8NDArray &x, const int8NDArray &y)
 
boolNDArray bsxfun_eq (const int8NDArray &x, const int8NDArray &y)
 
boolNDArray bsxfun_ge (const int8NDArray &x, const int8NDArray &y)
 
boolNDArray bsxfun_gt (const int8NDArray &x, const int8NDArray &y)
 
boolNDArray bsxfun_le (const int8NDArray &x, const int8NDArray &y)
 
boolNDArray bsxfun_lt (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_max (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_min (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_mul (const int8NDArray &x, const int8NDArray &y)
 
boolNDArray bsxfun_ne (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_pow (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_pow (const int8NDArray &x, const NDArray &y)
 
int8NDArray bsxfun_pow (const int8NDArray &x, const FloatNDArray &y)
 
int8NDArray bsxfun_pow (const NDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_pow (const FloatNDArray &x, const int8NDArray &y)
 
int8NDArray bsxfun_sub (const int8NDArray &x, const int8NDArray &y)
 
int8NDArray max (octave_int8 d, const int8NDArray &m)
 
int8NDArray max (const int8NDArray &m, octave_int8 d)
 
int8NDArray max (const int8NDArray &a, const int8NDArray &b)
 
int8NDArray min (const int8NDArray &m, octave_int8 d)
 
int8NDArray min (const int8NDArray &a, const int8NDArray &b)
 
int8NDArray min (octave_int8 d, const int8NDArray &m)
 
boolNDArray mx_el_and (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_and (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_and (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_and_not (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_and_not (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_and_not (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_eq (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_eq (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_eq (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_ge (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_ge (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_ge (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_gt (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_gt (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_gt (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_le (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_le (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_le (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_lt (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_lt (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_lt (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_ne (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_ne (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_ne (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_not_and (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_not_and (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_not_and (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_not_or (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_not_or (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_not_or (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_or (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_or (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_or (const int8NDArray &m1, const int8NDArray &m2)
 
boolNDArray mx_el_or_not (const int8NDArray &m, const octave_int8 &s)
 
boolNDArray mx_el_or_not (const octave_int8 &s, const int8NDArray &m)
 
boolNDArray mx_el_or_not (const int8NDArray &m1, const int8NDArray &m2)
 
template OCTAVE_API std::ostream & operator<< (std::ostream &os, const intNDArray< octave_int8 > &a)
 
template OCTAVE_API std::istream & operator>> (std::istream &is, intNDArray< octave_int8 > &a)
 

Variables

template class OCTAVE_API intNDArray< octave_int8 >
 

Function Documentation

◆ bsxfun_add()

int8NDArray bsxfun_add ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 54 of file int8NDArray.cc.

◆ bsxfun_div()

int8NDArray bsxfun_div ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 54 of file int8NDArray.cc.

◆ bsxfun_eq()

boolNDArray bsxfun_eq ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 55 of file int8NDArray.cc.

◆ bsxfun_ge()

boolNDArray bsxfun_ge ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 55 of file int8NDArray.cc.

◆ bsxfun_gt()

boolNDArray bsxfun_gt ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 55 of file int8NDArray.cc.

◆ bsxfun_le()

boolNDArray bsxfun_le ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 55 of file int8NDArray.cc.

◆ bsxfun_lt()

boolNDArray bsxfun_lt ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 55 of file int8NDArray.cc.

◆ bsxfun_max()

int8NDArray bsxfun_max ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 54 of file int8NDArray.cc.

◆ bsxfun_min()

int8NDArray bsxfun_min ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 54 of file int8NDArray.cc.

◆ bsxfun_mul()

int8NDArray bsxfun_mul ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 54 of file int8NDArray.cc.

◆ bsxfun_ne()

boolNDArray bsxfun_ne ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 55 of file int8NDArray.cc.

◆ bsxfun_pow() [1/5]

int8NDArray bsxfun_pow ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 57 of file int8NDArray.cc.

◆ bsxfun_pow() [2/5]

int8NDArray bsxfun_pow ( const int8NDArray x,
const NDArray y 
)

Definition at line 58 of file int8NDArray.cc.

◆ bsxfun_pow() [3/5]

int8NDArray bsxfun_pow ( const int8NDArray x,
const FloatNDArray y 
)

Definition at line 58 of file int8NDArray.cc.

◆ bsxfun_pow() [4/5]

int8NDArray bsxfun_pow ( const NDArray x,
const int8NDArray y 
)

Definition at line 58 of file int8NDArray.cc.

◆ bsxfun_pow() [5/5]

int8NDArray bsxfun_pow ( const FloatNDArray x,
const int8NDArray y 
)

Definition at line 58 of file int8NDArray.cc.

◆ bsxfun_sub()

int8NDArray bsxfun_sub ( const int8NDArray x,
const int8NDArray y 
)

Definition at line 54 of file int8NDArray.cc.

◆ max() [1/3]

int8NDArray max ( octave_int8  d,
const int8NDArray m 
)

Definition at line 52 of file int8NDArray.cc.

◆ max() [2/3]

int8NDArray max ( const int8NDArray m,
octave_int8  d 
)

Definition at line 52 of file int8NDArray.cc.

◆ max() [3/3]

int8NDArray max ( const int8NDArray a,
const int8NDArray b 
)

Definition at line 52 of file int8NDArray.cc.

◆ min() [1/3]

int8NDArray min ( const int8NDArray m,
octave_int8  d 
)

Definition at line 52 of file int8NDArray.cc.

◆ min() [2/3]

int8NDArray min ( const int8NDArray a,
const int8NDArray b 
)

Definition at line 52 of file int8NDArray.cc.

◆ min() [3/3]

int8NDArray min ( octave_int8  d,
const int8NDArray m 
)

Definition at line 52 of file int8NDArray.cc.

◆ mx_el_and() [1/3]

boolNDArray mx_el_and ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 44 of file int8NDArray.cc.

◆ mx_el_and() [2/3]

boolNDArray mx_el_and ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 47 of file int8NDArray.cc.

◆ mx_el_and() [3/3]

boolNDArray mx_el_and ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 50 of file int8NDArray.cc.

◆ mx_el_and_not() [1/3]

boolNDArray mx_el_and_not ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 44 of file int8NDArray.cc.

◆ mx_el_and_not() [2/3]

boolNDArray mx_el_and_not ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 47 of file int8NDArray.cc.

◆ mx_el_and_not() [3/3]

boolNDArray mx_el_and_not ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 50 of file int8NDArray.cc.

◆ mx_el_eq() [1/3]

boolNDArray mx_el_eq ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 43 of file int8NDArray.cc.

◆ mx_el_eq() [2/3]

boolNDArray mx_el_eq ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 46 of file int8NDArray.cc.

◆ mx_el_eq() [3/3]

boolNDArray mx_el_eq ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 49 of file int8NDArray.cc.

◆ mx_el_ge() [1/3]

boolNDArray mx_el_ge ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 43 of file int8NDArray.cc.

◆ mx_el_ge() [2/3]

boolNDArray mx_el_ge ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 46 of file int8NDArray.cc.

◆ mx_el_ge() [3/3]

boolNDArray mx_el_ge ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 49 of file int8NDArray.cc.

◆ mx_el_gt() [1/3]

boolNDArray mx_el_gt ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 43 of file int8NDArray.cc.

◆ mx_el_gt() [2/3]

boolNDArray mx_el_gt ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 46 of file int8NDArray.cc.

◆ mx_el_gt() [3/3]

boolNDArray mx_el_gt ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 49 of file int8NDArray.cc.

◆ mx_el_le() [1/3]

boolNDArray mx_el_le ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 43 of file int8NDArray.cc.

◆ mx_el_le() [2/3]

boolNDArray mx_el_le ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 46 of file int8NDArray.cc.

◆ mx_el_le() [3/3]

boolNDArray mx_el_le ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 49 of file int8NDArray.cc.

◆ mx_el_lt() [1/3]

boolNDArray mx_el_lt ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 43 of file int8NDArray.cc.

◆ mx_el_lt() [2/3]

boolNDArray mx_el_lt ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 46 of file int8NDArray.cc.

◆ mx_el_lt() [3/3]

boolNDArray mx_el_lt ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 49 of file int8NDArray.cc.

◆ mx_el_ne() [1/3]

boolNDArray mx_el_ne ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 43 of file int8NDArray.cc.

◆ mx_el_ne() [2/3]

boolNDArray mx_el_ne ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 46 of file int8NDArray.cc.

◆ mx_el_ne() [3/3]

boolNDArray mx_el_ne ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 49 of file int8NDArray.cc.

◆ mx_el_not_and() [1/3]

boolNDArray mx_el_not_and ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 44 of file int8NDArray.cc.

◆ mx_el_not_and() [2/3]

boolNDArray mx_el_not_and ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 47 of file int8NDArray.cc.

◆ mx_el_not_and() [3/3]

boolNDArray mx_el_not_and ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 50 of file int8NDArray.cc.

◆ mx_el_not_or() [1/3]

boolNDArray mx_el_not_or ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 44 of file int8NDArray.cc.

◆ mx_el_not_or() [2/3]

boolNDArray mx_el_not_or ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 47 of file int8NDArray.cc.

◆ mx_el_not_or() [3/3]

boolNDArray mx_el_not_or ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 50 of file int8NDArray.cc.

◆ mx_el_or() [1/3]

boolNDArray mx_el_or ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 44 of file int8NDArray.cc.

◆ mx_el_or() [2/3]

boolNDArray mx_el_or ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 47 of file int8NDArray.cc.

◆ mx_el_or() [3/3]

boolNDArray mx_el_or ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 50 of file int8NDArray.cc.

◆ mx_el_or_not() [1/3]

boolNDArray mx_el_or_not ( const int8NDArray m,
const octave_int8 s 
)

Definition at line 44 of file int8NDArray.cc.

◆ mx_el_or_not() [2/3]

boolNDArray mx_el_or_not ( const octave_int8 s,
const int8NDArray m 
)

Definition at line 47 of file int8NDArray.cc.

◆ mx_el_or_not() [3/3]

boolNDArray mx_el_or_not ( const int8NDArray m1,
const int8NDArray m2 
)

Definition at line 50 of file int8NDArray.cc.

◆ operator<<()

template OCTAVE_API std::ostream& operator<< ( std::ostream &  os,
const intNDArray< octave_int8 > &  a 
)

◆ operator>>()

template OCTAVE_API std::istream& operator>> ( std::istream &  is,
intNDArray< octave_int8 > &  a 
)

Variable Documentation

◆ intNDArray< octave_int8 >

template class OCTAVE_API intNDArray< octave_int8 >

Definition at line 33 of file int8NDArray.cc.