GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
dNDArray.h File Reference
#include "octave-config.h"
#include "intNDArray-fwd.h"
#include "MArray.h"
#include "bsxfun-decl.h"
#include "mx-defs.h"
#include "mx-op-decl.h"

Go to the source code of this file.

Classes

class  NDArray
 

Functions

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

Function Documentation

◆ bsxfun_add()

NDArray bsxfun_add ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_div()

NDArray bsxfun_div ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_eq()

boolNDArray bsxfun_eq ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_ge()

boolNDArray bsxfun_ge ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_gt()

boolNDArray bsxfun_gt ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_le()

boolNDArray bsxfun_le ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_lt()

boolNDArray bsxfun_lt ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_max()

NDArray bsxfun_max ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_min()

NDArray bsxfun_min ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_mul()

NDArray bsxfun_mul ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_ne()

boolNDArray bsxfun_ne ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_pow() [1/3]

ComplexNDArray bsxfun_pow ( const ComplexNDArray x,
const NDArray y 
)

Definition at line 672 of file dNDArray.cc.

◆ bsxfun_pow() [2/3]

ComplexNDArray bsxfun_pow ( const NDArray x,
const ComplexNDArray y 
)

Definition at line 674 of file dNDArray.cc.

◆ bsxfun_pow() [3/3]

NDArray bsxfun_pow ( const NDArray x,
const NDArray y 
)

Definition at line 670 of file dNDArray.cc.

◆ bsxfun_sub()

NDArray bsxfun_sub ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ imag()

NDArray imag ( const ComplexNDArray a)

Definition at line 141 of file dNDArray.cc.

◆ max() [1/3]

NDArray max ( const NDArray a,
const NDArray b 
)

Definition at line 656 of file dNDArray.cc.

◆ max() [2/3]

NDArray max ( const NDArray m,
double  d 
)

Definition at line 656 of file dNDArray.cc.

◆ max() [3/3]

NDArray max ( double  d,
const NDArray m 
)

Definition at line 656 of file dNDArray.cc.

Referenced by NDArray::concat().

◆ min() [1/3]

NDArray min ( const NDArray a,
const NDArray b 
)

Definition at line 656 of file dNDArray.cc.

◆ min() [2/3]

NDArray min ( const NDArray m,
double  d 
)

Definition at line 656 of file dNDArray.cc.

◆ min() [3/3]

NDArray min ( double  d,
const NDArray m 
)

Definition at line 656 of file dNDArray.cc.

◆ mx_el_and() [1/3]

boolNDArray mx_el_and ( const double &  s,
const NDArray m 
)

Definition at line 662 of file dNDArray.cc.

◆ mx_el_and() [2/3]

boolNDArray mx_el_and ( const NDArray m,
const double &  s 
)

Definition at line 659 of file dNDArray.cc.

◆ mx_el_and() [3/3]

boolNDArray mx_el_and ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_and_not() [1/2]

boolNDArray mx_el_and_not ( const double &  s,
const NDArray m 
)

Definition at line 662 of file dNDArray.cc.

◆ mx_el_and_not() [2/2]

boolNDArray mx_el_and_not ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_eq() [1/3]

boolNDArray mx_el_eq ( const double &  s,
const NDArray m 
)

Definition at line 661 of file dNDArray.cc.

◆ mx_el_eq() [2/3]

boolNDArray mx_el_eq ( const NDArray m,
const double &  s 
)

Definition at line 658 of file dNDArray.cc.

◆ mx_el_eq() [3/3]

boolNDArray mx_el_eq ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_ge() [1/3]

boolNDArray mx_el_ge ( const double &  s,
const NDArray m 
)

Definition at line 661 of file dNDArray.cc.

◆ mx_el_ge() [2/3]

boolNDArray mx_el_ge ( const NDArray m,
const double &  s 
)

Definition at line 658 of file dNDArray.cc.

◆ mx_el_ge() [3/3]

boolNDArray mx_el_ge ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_gt() [1/3]

boolNDArray mx_el_gt ( const double &  s,
const NDArray m 
)

Definition at line 661 of file dNDArray.cc.

◆ mx_el_gt() [2/3]

boolNDArray mx_el_gt ( const NDArray m,
const double &  s 
)

Definition at line 658 of file dNDArray.cc.

◆ mx_el_gt() [3/3]

boolNDArray mx_el_gt ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_le() [1/3]

boolNDArray mx_el_le ( const double &  s,
const NDArray m 
)

Definition at line 661 of file dNDArray.cc.

◆ mx_el_le() [2/3]

boolNDArray mx_el_le ( const NDArray m,
const double &  s 
)

Definition at line 658 of file dNDArray.cc.

◆ mx_el_le() [3/3]

boolNDArray mx_el_le ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_lt() [1/3]

boolNDArray mx_el_lt ( const double &  s,
const NDArray m 
)

Definition at line 661 of file dNDArray.cc.

◆ mx_el_lt() [2/3]

boolNDArray mx_el_lt ( const NDArray m,
const double &  s 
)

Definition at line 658 of file dNDArray.cc.

◆ mx_el_lt() [3/3]

boolNDArray mx_el_lt ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_ne() [1/3]

boolNDArray mx_el_ne ( const double &  s,
const NDArray m 
)

Definition at line 661 of file dNDArray.cc.

◆ mx_el_ne() [2/3]

boolNDArray mx_el_ne ( const NDArray m,
const double &  s 
)

Definition at line 658 of file dNDArray.cc.

◆ mx_el_ne() [3/3]

boolNDArray mx_el_ne ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_not_and() [1/2]

boolNDArray mx_el_not_and ( const NDArray m,
const double &  s 
)

Definition at line 659 of file dNDArray.cc.

◆ mx_el_not_and() [2/2]

boolNDArray mx_el_not_and ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_not_or() [1/2]

boolNDArray mx_el_not_or ( const NDArray m,
const double &  s 
)

Definition at line 659 of file dNDArray.cc.

◆ mx_el_not_or() [2/2]

boolNDArray mx_el_not_or ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_or() [1/3]

boolNDArray mx_el_or ( const double &  s,
const NDArray m 
)

Definition at line 662 of file dNDArray.cc.

◆ mx_el_or() [2/3]

boolNDArray mx_el_or ( const NDArray m,
const double &  s 
)

Definition at line 659 of file dNDArray.cc.

◆ mx_el_or() [3/3]

boolNDArray mx_el_or ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_or_not() [1/2]

boolNDArray mx_el_or_not ( const double &  s,
const NDArray m 
)

Definition at line 662 of file dNDArray.cc.

◆ mx_el_or_not() [2/2]

boolNDArray mx_el_or_not ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ operator*() [1/2]

NDArray operator* ( const double &  x,
const NDArray y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator*() [2/2]

NDArray operator* ( const NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator*=()

NDArray operator*= ( NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator+() [1/4]

NDArray operator+ ( const double &  x,
const NDArray y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator+() [2/4]

NDArray operator+ ( const NDArray x)
inline

Definition at line 188 of file dNDArray.h.

◆ operator+() [3/4]

NDArray operator+ ( const NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator+() [4/4]

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

Definition at line 188 of file dNDArray.h.

◆ operator+=() [1/2]

NDArray operator+= ( NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator+=() [2/2]

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

Definition at line 188 of file dNDArray.h.

◆ operator-() [1/4]

NDArray operator- ( const double &  x,
const NDArray y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator-() [2/4]

NDArray operator- ( const NDArray x)
inline

Definition at line 188 of file dNDArray.h.

◆ operator-() [3/4]

NDArray operator- ( const NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator-() [4/4]

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

Definition at line 188 of file dNDArray.h.

◆ operator-=() [1/2]

NDArray operator-= ( NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator-=() [2/2]

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

Definition at line 188 of file dNDArray.h.

◆ operator/() [1/2]

NDArray operator/ ( const double &  x,
const NDArray y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator/() [2/2]

NDArray operator/ ( const NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ operator/=()

NDArray operator/= ( NDArray x,
const double &  y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ product()

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

Definition at line 188 of file dNDArray.h.

◆ product_eq()

NDArray product_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ quotient()

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

Definition at line 188 of file dNDArray.h.

◆ quotient_eq()

NDArray quotient_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 188 of file dNDArray.h.

◆ real()

NDArray real ( const ComplexNDArray a)

Definition at line 140 of file dNDArray.cc.