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

Go to the source code of this file.

Typedefs

typedef intNDArray< octave_int32int32NDArray
 

Functions

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

Typedef Documentation

Definition at line 31 of file int32NDArray.h.

Function Documentation

OCTAVE_API int32NDArray bsxfun_add ( const int32NDArray ,
const int32NDArray  
)

Definition at line 55 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_div ( const int32NDArray ,
const int32NDArray  
)

Definition at line 55 of file int32NDArray.cc.

OCTAVE_API boolNDArray bsxfun_eq ( const int32NDArray ,
const int32NDArray  
)

Definition at line 56 of file int32NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ge ( const int32NDArray ,
const int32NDArray  
)

Definition at line 56 of file int32NDArray.cc.

OCTAVE_API boolNDArray bsxfun_gt ( const int32NDArray ,
const int32NDArray  
)

Definition at line 56 of file int32NDArray.cc.

OCTAVE_API boolNDArray bsxfun_le ( const int32NDArray ,
const int32NDArray  
)

Definition at line 56 of file int32NDArray.cc.

OCTAVE_API boolNDArray bsxfun_lt ( const int32NDArray ,
const int32NDArray  
)

Definition at line 56 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_max ( const int32NDArray ,
const int32NDArray  
)

Definition at line 55 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_min ( const int32NDArray ,
const int32NDArray  
)

Definition at line 55 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_mul ( const int32NDArray ,
const int32NDArray  
)

Definition at line 55 of file int32NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ne ( const int32NDArray ,
const int32NDArray  
)

Definition at line 56 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_pow ( const int32NDArray ,
const int32NDArray  
)

Definition at line 58 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_pow ( const int32NDArray ,
const NDArray  
)

Definition at line 59 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_pow ( const int32NDArray ,
const FloatNDArray  
)

Definition at line 59 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_pow ( const NDArray ,
const int32NDArray  
)

Definition at line 59 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_pow ( const FloatNDArray ,
const int32NDArray  
)

Definition at line 59 of file int32NDArray.cc.

OCTAVE_API int32NDArray bsxfun_sub ( const int32NDArray ,
const int32NDArray  
)

Definition at line 55 of file int32NDArray.cc.

OCTAVE_API int32NDArray max ( octave_int32  d,
const int32NDArray m 
)

Definition at line 53 of file int32NDArray.cc.

OCTAVE_API int32NDArray max ( const int32NDArray m,
octave_int32  d 
)

Definition at line 53 of file int32NDArray.cc.

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

Definition at line 53 of file int32NDArray.cc.

OCTAVE_API int32NDArray min ( const int32NDArray m,
octave_int32  d 
)

Definition at line 53 of file int32NDArray.cc.

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

Definition at line 53 of file int32NDArray.cc.

OCTAVE_API int32NDArray min ( octave_int32  d,
const int32NDArray m 
)

Definition at line 53 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int32NDArray ,
const octave_int32  
)

Definition at line 45 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const octave_int32 ,
const int32NDArray  
)

Definition at line 48 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int32NDArray ,
const int32NDArray  
)

Definition at line 51 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const octave_int32 ,
const int32NDArray  
)

Definition at line 48 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const int32NDArray ,
const int32NDArray  
)

Definition at line 51 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int32NDArray ,
const octave_int32  
)

Definition at line 44 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const octave_int32 ,
const int32NDArray  
)

Definition at line 47 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int32NDArray ,
const int32NDArray  
)

Definition at line 50 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int32NDArray ,
const octave_int32  
)

Definition at line 44 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const octave_int32 ,
const int32NDArray  
)

Definition at line 47 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int32NDArray ,
const int32NDArray  
)

Definition at line 50 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int32NDArray ,
const octave_int32  
)

Definition at line 44 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const octave_int32 ,
const int32NDArray  
)

Definition at line 47 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int32NDArray ,
const int32NDArray  
)

Definition at line 50 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int32NDArray ,
const octave_int32  
)

Definition at line 44 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const octave_int32 ,
const int32NDArray  
)

Definition at line 47 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int32NDArray ,
const int32NDArray  
)

Definition at line 50 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int32NDArray ,
const octave_int32  
)

Definition at line 44 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const octave_int32 ,
const int32NDArray  
)

Definition at line 47 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int32NDArray ,
const int32NDArray  
)

Definition at line 50 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int32NDArray ,
const octave_int32  
)

Definition at line 44 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const octave_int32 ,
const int32NDArray  
)

Definition at line 47 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int32NDArray ,
const int32NDArray  
)

Definition at line 50 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int32NDArray ,
const octave_int32  
)

Definition at line 45 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int32NDArray ,
const int32NDArray  
)

Definition at line 51 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int32NDArray ,
const octave_int32  
)

Definition at line 45 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int32NDArray ,
const int32NDArray  
)

Definition at line 51 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int32NDArray ,
const octave_int32  
)

Definition at line 45 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const octave_int32 ,
const int32NDArray  
)

Definition at line 48 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int32NDArray ,
const int32NDArray  
)

Definition at line 51 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const octave_int32 ,
const int32NDArray  
)

Definition at line 48 of file int32NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const int32NDArray ,
const int32NDArray  
)

Definition at line 51 of file int32NDArray.cc.

int32NDArray operator* ( const int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator* ( const octave_int32 x,
const int32NDArray y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator*= ( int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

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

Definition at line 42 of file int32NDArray.h.

int32NDArray operator+ ( const octave_int32 x,
const int32NDArray y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator+ ( const int32NDArray x)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator+ ( const int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

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

Definition at line 42 of file int32NDArray.h.

int32NDArray operator+= ( int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

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

Definition at line 42 of file int32NDArray.h.

int32NDArray operator- ( const octave_int32 x,
const int32NDArray y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator- ( const int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator- ( const int32NDArray x)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator-= ( int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

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

Definition at line 42 of file int32NDArray.h.

int32NDArray operator/ ( const octave_int32 x,
const int32NDArray y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator/ ( const int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

int32NDArray operator/= ( int32NDArray x,
const octave_int32 y 
)
inline

Definition at line 42 of file int32NDArray.h.

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

Definition at line 42 of file int32NDArray.h.

int32NDArray product_eq ( int32NDArray x,
const int32NDArray y 
)
inline

Definition at line 42 of file int32NDArray.h.

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

Definition at line 42 of file int32NDArray.h.

int32NDArray quotient_eq ( int32NDArray x,
const int32NDArray y 
)
inline

Definition at line 42 of file int32NDArray.h.