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

Go to the source code of this file.

Functions

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

Variables

template class OCTAVE_API intNDArray< octave_int64 >
 

Function Documentation

◆ bsxfun_add()

int64NDArray bsxfun_add ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 54 of file int64NDArray.cc.

◆ bsxfun_div()

int64NDArray bsxfun_div ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 54 of file int64NDArray.cc.

◆ bsxfun_eq()

boolNDArray bsxfun_eq ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 55 of file int64NDArray.cc.

◆ bsxfun_ge()

boolNDArray bsxfun_ge ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 55 of file int64NDArray.cc.

◆ bsxfun_gt()

boolNDArray bsxfun_gt ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 55 of file int64NDArray.cc.

◆ bsxfun_le()

boolNDArray bsxfun_le ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 55 of file int64NDArray.cc.

◆ bsxfun_lt()

boolNDArray bsxfun_lt ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 55 of file int64NDArray.cc.

◆ bsxfun_max()

int64NDArray bsxfun_max ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 54 of file int64NDArray.cc.

◆ bsxfun_min()

int64NDArray bsxfun_min ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 54 of file int64NDArray.cc.

◆ bsxfun_mul()

int64NDArray bsxfun_mul ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 54 of file int64NDArray.cc.

◆ bsxfun_ne()

boolNDArray bsxfun_ne ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 55 of file int64NDArray.cc.

◆ bsxfun_pow() [1/5]

int64NDArray bsxfun_pow ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 57 of file int64NDArray.cc.

◆ bsxfun_pow() [2/5]

int64NDArray bsxfun_pow ( const int64NDArray x,
const NDArray y 
)

Definition at line 59 of file int64NDArray.cc.

◆ bsxfun_pow() [3/5]

int64NDArray bsxfun_pow ( const int64NDArray x,
const FloatNDArray y 
)

Definition at line 59 of file int64NDArray.cc.

◆ bsxfun_pow() [4/5]

int64NDArray bsxfun_pow ( const NDArray x,
const int64NDArray y 
)

Definition at line 59 of file int64NDArray.cc.

◆ bsxfun_pow() [5/5]

int64NDArray bsxfun_pow ( const FloatNDArray x,
const int64NDArray y 
)

Definition at line 59 of file int64NDArray.cc.

◆ bsxfun_sub()

int64NDArray bsxfun_sub ( const int64NDArray x,
const int64NDArray y 
)

Definition at line 54 of file int64NDArray.cc.

◆ max() [1/3]

int64NDArray max ( octave_int64  d,
const int64NDArray m 
)

Definition at line 52 of file int64NDArray.cc.

◆ max() [2/3]

int64NDArray max ( const int64NDArray m,
octave_int64  d 
)

Definition at line 52 of file int64NDArray.cc.

◆ max() [3/3]

int64NDArray max ( const int64NDArray a,
const int64NDArray b 
)

Definition at line 52 of file int64NDArray.cc.

◆ min() [1/3]

int64NDArray min ( const int64NDArray m,
octave_int64  d 
)

Definition at line 52 of file int64NDArray.cc.

◆ min() [2/3]

int64NDArray min ( const int64NDArray a,
const int64NDArray b 
)

Definition at line 52 of file int64NDArray.cc.

◆ min() [3/3]

int64NDArray min ( octave_int64  d,
const int64NDArray m 
)

Definition at line 52 of file int64NDArray.cc.

◆ mx_el_and() [1/3]

boolNDArray mx_el_and ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 44 of file int64NDArray.cc.

◆ mx_el_and() [2/3]

boolNDArray mx_el_and ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 47 of file int64NDArray.cc.

◆ mx_el_and() [3/3]

boolNDArray mx_el_and ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 50 of file int64NDArray.cc.

◆ mx_el_and_not() [1/3]

boolNDArray mx_el_and_not ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 44 of file int64NDArray.cc.

◆ mx_el_and_not() [2/3]

boolNDArray mx_el_and_not ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 47 of file int64NDArray.cc.

◆ mx_el_and_not() [3/3]

boolNDArray mx_el_and_not ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 50 of file int64NDArray.cc.

◆ mx_el_eq() [1/3]

boolNDArray mx_el_eq ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 43 of file int64NDArray.cc.

◆ mx_el_eq() [2/3]

boolNDArray mx_el_eq ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 46 of file int64NDArray.cc.

◆ mx_el_eq() [3/3]

boolNDArray mx_el_eq ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 49 of file int64NDArray.cc.

◆ mx_el_ge() [1/3]

boolNDArray mx_el_ge ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 43 of file int64NDArray.cc.

◆ mx_el_ge() [2/3]

boolNDArray mx_el_ge ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 46 of file int64NDArray.cc.

◆ mx_el_ge() [3/3]

boolNDArray mx_el_ge ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 49 of file int64NDArray.cc.

◆ mx_el_gt() [1/3]

boolNDArray mx_el_gt ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 43 of file int64NDArray.cc.

◆ mx_el_gt() [2/3]

boolNDArray mx_el_gt ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 46 of file int64NDArray.cc.

◆ mx_el_gt() [3/3]

boolNDArray mx_el_gt ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 49 of file int64NDArray.cc.

◆ mx_el_le() [1/3]

boolNDArray mx_el_le ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 43 of file int64NDArray.cc.

◆ mx_el_le() [2/3]

boolNDArray mx_el_le ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 46 of file int64NDArray.cc.

◆ mx_el_le() [3/3]

boolNDArray mx_el_le ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 49 of file int64NDArray.cc.

◆ mx_el_lt() [1/3]

boolNDArray mx_el_lt ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 43 of file int64NDArray.cc.

◆ mx_el_lt() [2/3]

boolNDArray mx_el_lt ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 46 of file int64NDArray.cc.

◆ mx_el_lt() [3/3]

boolNDArray mx_el_lt ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 49 of file int64NDArray.cc.

◆ mx_el_ne() [1/3]

boolNDArray mx_el_ne ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 43 of file int64NDArray.cc.

◆ mx_el_ne() [2/3]

boolNDArray mx_el_ne ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 46 of file int64NDArray.cc.

◆ mx_el_ne() [3/3]

boolNDArray mx_el_ne ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 49 of file int64NDArray.cc.

◆ mx_el_not_and() [1/3]

boolNDArray mx_el_not_and ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 44 of file int64NDArray.cc.

◆ mx_el_not_and() [2/3]

boolNDArray mx_el_not_and ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 47 of file int64NDArray.cc.

◆ mx_el_not_and() [3/3]

boolNDArray mx_el_not_and ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 50 of file int64NDArray.cc.

◆ mx_el_not_or() [1/3]

boolNDArray mx_el_not_or ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 44 of file int64NDArray.cc.

◆ mx_el_not_or() [2/3]

boolNDArray mx_el_not_or ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 47 of file int64NDArray.cc.

◆ mx_el_not_or() [3/3]

boolNDArray mx_el_not_or ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 50 of file int64NDArray.cc.

◆ mx_el_or() [1/3]

boolNDArray mx_el_or ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 44 of file int64NDArray.cc.

◆ mx_el_or() [2/3]

boolNDArray mx_el_or ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 47 of file int64NDArray.cc.

◆ mx_el_or() [3/3]

boolNDArray mx_el_or ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 50 of file int64NDArray.cc.

◆ mx_el_or_not() [1/3]

boolNDArray mx_el_or_not ( const int64NDArray m,
const octave_int64 s 
)

Definition at line 44 of file int64NDArray.cc.

◆ mx_el_or_not() [2/3]

boolNDArray mx_el_or_not ( const octave_int64 s,
const int64NDArray m 
)

Definition at line 47 of file int64NDArray.cc.

◆ mx_el_or_not() [3/3]

boolNDArray mx_el_or_not ( const int64NDArray m1,
const int64NDArray m2 
)

Definition at line 50 of file int64NDArray.cc.

◆ operator<<()

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

◆ operator>>()

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

Variable Documentation

◆ intNDArray< octave_int64 >

template class OCTAVE_API intNDArray< octave_int64 >

Definition at line 33 of file int64NDArray.cc.