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

Go to the source code of this file.

Typedefs

typedef intNDArray< octave_int16int16NDArray
 

Functions

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

Typedef Documentation

Definition at line 31 of file int16NDArray.h.

Function Documentation

OCTAVE_API int16NDArray bsxfun_add ( const int16NDArray ,
const int16NDArray  
)

Definition at line 55 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_div ( const int16NDArray ,
const int16NDArray  
)

Definition at line 55 of file int16NDArray.cc.

OCTAVE_API boolNDArray bsxfun_eq ( const int16NDArray ,
const int16NDArray  
)

Definition at line 56 of file int16NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ge ( const int16NDArray ,
const int16NDArray  
)

Definition at line 56 of file int16NDArray.cc.

OCTAVE_API boolNDArray bsxfun_gt ( const int16NDArray ,
const int16NDArray  
)

Definition at line 56 of file int16NDArray.cc.

OCTAVE_API boolNDArray bsxfun_le ( const int16NDArray ,
const int16NDArray  
)

Definition at line 56 of file int16NDArray.cc.

OCTAVE_API boolNDArray bsxfun_lt ( const int16NDArray ,
const int16NDArray  
)

Definition at line 56 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_max ( const int16NDArray ,
const int16NDArray  
)

Definition at line 55 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_min ( const int16NDArray ,
const int16NDArray  
)

Definition at line 55 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_mul ( const int16NDArray ,
const int16NDArray  
)

Definition at line 55 of file int16NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ne ( const int16NDArray ,
const int16NDArray  
)

Definition at line 56 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_pow ( const int16NDArray ,
const int16NDArray  
)

Definition at line 58 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_pow ( const int16NDArray ,
const NDArray  
)

Definition at line 60 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_pow ( const int16NDArray ,
const FloatNDArray  
)

Definition at line 60 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_pow ( const NDArray ,
const int16NDArray  
)

Definition at line 60 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_pow ( const FloatNDArray ,
const int16NDArray  
)

Definition at line 60 of file int16NDArray.cc.

OCTAVE_API int16NDArray bsxfun_sub ( const int16NDArray ,
const int16NDArray  
)

Definition at line 55 of file int16NDArray.cc.

OCTAVE_API int16NDArray max ( octave_int16  d,
const int16NDArray m 
)

Definition at line 53 of file int16NDArray.cc.

OCTAVE_API int16NDArray max ( const int16NDArray m,
octave_int16  d 
)

Definition at line 53 of file int16NDArray.cc.

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

Definition at line 53 of file int16NDArray.cc.

OCTAVE_API int16NDArray min ( const int16NDArray m,
octave_int16  d 
)

Definition at line 53 of file int16NDArray.cc.

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

Definition at line 53 of file int16NDArray.cc.

OCTAVE_API int16NDArray min ( octave_int16  d,
const int16NDArray m 
)

Definition at line 53 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int16NDArray ,
const octave_int16  
)

Definition at line 45 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const octave_int16 ,
const int16NDArray  
)

Definition at line 48 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int16NDArray ,
const int16NDArray  
)

Definition at line 51 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const octave_int16 ,
const int16NDArray  
)

Definition at line 48 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const int16NDArray ,
const int16NDArray  
)

Definition at line 51 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int16NDArray ,
const octave_int16  
)

Definition at line 44 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const octave_int16 ,
const int16NDArray  
)

Definition at line 47 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int16NDArray ,
const int16NDArray  
)

Definition at line 50 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int16NDArray ,
const octave_int16  
)

Definition at line 44 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const octave_int16 ,
const int16NDArray  
)

Definition at line 47 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int16NDArray ,
const int16NDArray  
)

Definition at line 50 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int16NDArray ,
const octave_int16  
)

Definition at line 44 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const octave_int16 ,
const int16NDArray  
)

Definition at line 47 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int16NDArray ,
const int16NDArray  
)

Definition at line 50 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int16NDArray ,
const octave_int16  
)

Definition at line 44 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const octave_int16 ,
const int16NDArray  
)

Definition at line 47 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int16NDArray ,
const int16NDArray  
)

Definition at line 50 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int16NDArray ,
const octave_int16  
)

Definition at line 44 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const octave_int16 ,
const int16NDArray  
)

Definition at line 47 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int16NDArray ,
const int16NDArray  
)

Definition at line 50 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int16NDArray ,
const octave_int16  
)

Definition at line 44 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const octave_int16 ,
const int16NDArray  
)

Definition at line 47 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int16NDArray ,
const int16NDArray  
)

Definition at line 50 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int16NDArray ,
const octave_int16  
)

Definition at line 45 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int16NDArray ,
const int16NDArray  
)

Definition at line 51 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int16NDArray ,
const octave_int16  
)

Definition at line 45 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int16NDArray ,
const int16NDArray  
)

Definition at line 51 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int16NDArray ,
const octave_int16  
)

Definition at line 45 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const octave_int16 ,
const int16NDArray  
)

Definition at line 48 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int16NDArray ,
const int16NDArray  
)

Definition at line 51 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const octave_int16 ,
const int16NDArray  
)

Definition at line 48 of file int16NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const int16NDArray ,
const int16NDArray  
)

Definition at line 51 of file int16NDArray.cc.

int16NDArray operator* ( const int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator* ( const octave_int16 x,
const int16NDArray y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator*= ( int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

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

Definition at line 42 of file int16NDArray.h.

int16NDArray operator+ ( const octave_int16 x,
const int16NDArray y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator+ ( const int16NDArray x)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator+ ( const int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

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

Definition at line 42 of file int16NDArray.h.

int16NDArray operator+= ( int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

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

Definition at line 42 of file int16NDArray.h.

int16NDArray operator- ( const octave_int16 x,
const int16NDArray y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator- ( const int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator- ( const int16NDArray x)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator-= ( int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

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

Definition at line 42 of file int16NDArray.h.

int16NDArray operator/ ( const octave_int16 x,
const int16NDArray y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator/ ( const int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

int16NDArray operator/= ( int16NDArray x,
const octave_int16 y 
)
inline

Definition at line 42 of file int16NDArray.h.

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

Definition at line 42 of file int16NDArray.h.

int16NDArray product_eq ( int16NDArray x,
const int16NDArray y 
)
inline

Definition at line 42 of file int16NDArray.h.

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

Definition at line 42 of file int16NDArray.h.

int16NDArray quotient_eq ( int16NDArray x,
const int16NDArray y 
)
inline

Definition at line 42 of file int16NDArray.h.