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
int64NDArray.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 int64NDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef intNDArray< octave_int64int64NDArray
 

Functions

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

Typedef Documentation

Definition at line 33 of file int64NDArray.h.

Function Documentation

OCTAVE_API int64NDArray bsxfun_add ( const int64NDArray ,
const int64NDArray  
)

Definition at line 55 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_div ( const int64NDArray ,
const int64NDArray  
)

Definition at line 55 of file int64NDArray.cc.

OCTAVE_API boolNDArray bsxfun_eq ( const int64NDArray ,
const int64NDArray  
)

Definition at line 56 of file int64NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ge ( const int64NDArray ,
const int64NDArray  
)

Definition at line 56 of file int64NDArray.cc.

OCTAVE_API boolNDArray bsxfun_gt ( const int64NDArray ,
const int64NDArray  
)

Definition at line 56 of file int64NDArray.cc.

OCTAVE_API boolNDArray bsxfun_le ( const int64NDArray ,
const int64NDArray  
)

Definition at line 56 of file int64NDArray.cc.

OCTAVE_API boolNDArray bsxfun_lt ( const int64NDArray ,
const int64NDArray  
)

Definition at line 56 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_max ( const int64NDArray ,
const int64NDArray  
)

Definition at line 55 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_min ( const int64NDArray ,
const int64NDArray  
)

Definition at line 55 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_mul ( const int64NDArray ,
const int64NDArray  
)

Definition at line 55 of file int64NDArray.cc.

OCTAVE_API boolNDArray bsxfun_ne ( const int64NDArray ,
const int64NDArray  
)

Definition at line 56 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_pow ( const int64NDArray ,
const int64NDArray  
)

Definition at line 58 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_pow ( const int64NDArray ,
const NDArray  
)

Definition at line 60 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_pow ( const int64NDArray ,
const FloatNDArray  
)

Definition at line 60 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_pow ( const NDArray ,
const int64NDArray  
)

Definition at line 60 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_pow ( const FloatNDArray ,
const int64NDArray  
)

Definition at line 60 of file int64NDArray.cc.

OCTAVE_API int64NDArray bsxfun_sub ( const int64NDArray ,
const int64NDArray  
)

Definition at line 55 of file int64NDArray.cc.

OCTAVE_API int64NDArray max ( octave_int64  d,
const int64NDArray m 
)

Definition at line 53 of file int64NDArray.cc.

OCTAVE_API int64NDArray max ( const int64NDArray m,
octave_int64  d 
)

Definition at line 53 of file int64NDArray.cc.

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

Definition at line 53 of file int64NDArray.cc.

OCTAVE_API int64NDArray min ( const int64NDArray m,
octave_int64  d 
)

Definition at line 53 of file int64NDArray.cc.

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

Definition at line 53 of file int64NDArray.cc.

OCTAVE_API int64NDArray min ( octave_int64  d,
const int64NDArray m 
)

Definition at line 53 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int64NDArray ,
const octave_int64  
)

Definition at line 45 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const octave_int64 ,
const int64NDArray  
)

Definition at line 48 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const int64NDArray ,
const int64NDArray  
)

Definition at line 51 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const octave_int64 ,
const int64NDArray  
)

Definition at line 48 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const int64NDArray ,
const int64NDArray  
)

Definition at line 51 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int64NDArray ,
const octave_int64  
)

Definition at line 44 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const octave_int64 ,
const int64NDArray  
)

Definition at line 47 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const int64NDArray ,
const int64NDArray  
)

Definition at line 50 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int64NDArray ,
const octave_int64  
)

Definition at line 44 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const octave_int64 ,
const int64NDArray  
)

Definition at line 47 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const int64NDArray ,
const int64NDArray  
)

Definition at line 50 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int64NDArray ,
const octave_int64  
)

Definition at line 44 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const octave_int64 ,
const int64NDArray  
)

Definition at line 47 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const int64NDArray ,
const int64NDArray  
)

Definition at line 50 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int64NDArray ,
const octave_int64  
)

Definition at line 44 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const octave_int64 ,
const int64NDArray  
)

Definition at line 47 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const int64NDArray ,
const int64NDArray  
)

Definition at line 50 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int64NDArray ,
const octave_int64  
)

Definition at line 44 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const octave_int64 ,
const int64NDArray  
)

Definition at line 47 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const int64NDArray ,
const int64NDArray  
)

Definition at line 50 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int64NDArray ,
const octave_int64  
)

Definition at line 44 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const octave_int64 ,
const int64NDArray  
)

Definition at line 47 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const int64NDArray ,
const int64NDArray  
)

Definition at line 50 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int64NDArray ,
const octave_int64  
)

Definition at line 45 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const int64NDArray ,
const int64NDArray  
)

Definition at line 51 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int64NDArray ,
const octave_int64  
)

Definition at line 45 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const int64NDArray ,
const int64NDArray  
)

Definition at line 51 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int64NDArray ,
const octave_int64  
)

Definition at line 45 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const octave_int64 ,
const int64NDArray  
)

Definition at line 48 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const int64NDArray ,
const int64NDArray  
)

Definition at line 51 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const octave_int64 ,
const int64NDArray  
)

Definition at line 48 of file int64NDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const int64NDArray ,
const int64NDArray  
)

Definition at line 51 of file int64NDArray.cc.

int64NDArray operator* ( const int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator* ( const octave_int64 x,
const int64NDArray y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator*= ( int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

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

Definition at line 44 of file int64NDArray.h.

int64NDArray operator+ ( const octave_int64 x,
const int64NDArray y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator+ ( const int64NDArray x)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator+ ( const int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

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

Definition at line 44 of file int64NDArray.h.

int64NDArray operator+= ( int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

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

Definition at line 44 of file int64NDArray.h.

int64NDArray operator- ( const octave_int64 x,
const int64NDArray y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator- ( const int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator- ( const int64NDArray x)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator-= ( int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

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

Definition at line 44 of file int64NDArray.h.

int64NDArray operator/ ( const octave_int64 x,
const int64NDArray y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator/ ( const int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

int64NDArray operator/= ( int64NDArray x,
const octave_int64 y 
)
inline

Definition at line 44 of file int64NDArray.h.

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

Definition at line 44 of file int64NDArray.h.

int64NDArray product_eq ( int64NDArray x,
const int64NDArray y 
)
inline

Definition at line 44 of file int64NDArray.h.

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

Definition at line 44 of file int64NDArray.h.

int64NDArray quotient_eq ( int64NDArray x,
const int64NDArray y 
)
inline

Definition at line 44 of file int64NDArray.h.