GNU Octave  8.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"
Include dependency graph for dNDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NDArray
 

Functions

OCTAVE_API NDArray bsxfun_add (const NDArray &, const NDArray &)
 
OCTAVE_API NDArray bsxfun_div (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray bsxfun_eq (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray bsxfun_ge (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray bsxfun_gt (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray bsxfun_le (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray bsxfun_lt (const NDArray &, const NDArray &)
 
OCTAVE_API NDArray bsxfun_max (const NDArray &, const NDArray &)
 
OCTAVE_API NDArray bsxfun_min (const NDArray &, const NDArray &)
 
OCTAVE_API NDArray bsxfun_mul (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray bsxfun_ne (const NDArray &, const NDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_pow (const ComplexNDArray &, const NDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_pow (const NDArray &, const ComplexNDArray &)
 
OCTAVE_API NDArray bsxfun_pow (const NDArray &, const NDArray &)
 
OCTAVE_API NDArray bsxfun_sub (const NDArray &, const NDArray &)
 
OCTAVE_API NDArray imag (const ComplexNDArray &a)
 
OCTAVE_API NDArray max (const NDArray &a, const NDArray &b)
 
OCTAVE_API NDArray max (const NDArray &m, double d)
 
OCTAVE_API NDArray max (double d, const NDArray &m)
 
OCTAVE_API NDArray min (const NDArray &a, const NDArray &b)
 
OCTAVE_API NDArray min (const NDArray &m, double d)
 
OCTAVE_API NDArray min (double d, const NDArray &m)
 
OCTAVE_API boolNDArray mx_el_and (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_and (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_and (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_eq (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_ge (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_gt (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_le (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_lt (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_ne (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_not_and (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_not_and (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_not_or (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_not_or (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_or (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_or_not (const double &, const NDArray &)
 
OCTAVE_API 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)
 
OCTAVE_API NDArray real (const ComplexNDArray &a)
 

Function Documentation

◆ bsxfun_add()

OCTAVE_API NDArray bsxfun_add ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_div()

OCTAVE_API NDArray bsxfun_div ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_eq()

OCTAVE_API boolNDArray bsxfun_eq ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_ge()

OCTAVE_API boolNDArray bsxfun_ge ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_gt()

OCTAVE_API boolNDArray bsxfun_gt ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_le()

OCTAVE_API boolNDArray bsxfun_le ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_lt()

OCTAVE_API boolNDArray bsxfun_lt ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_max()

OCTAVE_API NDArray bsxfun_max ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_min()

OCTAVE_API NDArray bsxfun_min ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_mul()

OCTAVE_API NDArray bsxfun_mul ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ bsxfun_ne()

OCTAVE_API boolNDArray bsxfun_ne ( const NDArray x,
const NDArray y 
)

Definition at line 668 of file dNDArray.cc.

◆ bsxfun_pow() [1/3]

OCTAVE_API ComplexNDArray bsxfun_pow ( const ComplexNDArray x,
const NDArray y 
)

Definition at line 672 of file dNDArray.cc.

◆ bsxfun_pow() [2/3]

OCTAVE_API ComplexNDArray bsxfun_pow ( const NDArray x,
const ComplexNDArray y 
)

Definition at line 674 of file dNDArray.cc.

◆ bsxfun_pow() [3/3]

OCTAVE_API NDArray bsxfun_pow ( const NDArray x,
const NDArray y 
)

Definition at line 670 of file dNDArray.cc.

◆ bsxfun_sub()

OCTAVE_API NDArray bsxfun_sub ( const NDArray x,
const NDArray y 
)

Definition at line 667 of file dNDArray.cc.

◆ imag()

OCTAVE_API NDArray imag ( const ComplexNDArray a)

Definition at line 139 of file dNDArray.cc.

◆ max() [1/3]

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

Definition at line 656 of file dNDArray.cc.

◆ max() [2/3]

OCTAVE_API NDArray max ( const NDArray m,
double  d 
)

Definition at line 656 of file dNDArray.cc.

◆ max() [3/3]

OCTAVE_API NDArray max ( double  d,
const NDArray m 
)

Definition at line 656 of file dNDArray.cc.

Referenced by NDArray::concat().

◆ min() [1/3]

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

Definition at line 656 of file dNDArray.cc.

◆ min() [2/3]

OCTAVE_API NDArray min ( const NDArray m,
double  d 
)

Definition at line 656 of file dNDArray.cc.

◆ min() [3/3]

OCTAVE_API NDArray min ( double  d,
const NDArray m 
)

Definition at line 656 of file dNDArray.cc.

◆ mx_el_and() [1/3]

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

Definition at line 662 of file dNDArray.cc.

◆ mx_el_and() [2/3]

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

Definition at line 659 of file dNDArray.cc.

◆ mx_el_and() [3/3]

OCTAVE_API boolNDArray mx_el_and ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_and_not() [1/2]

OCTAVE_API 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]

OCTAVE_API boolNDArray mx_el_and_not ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_eq() [1/3]

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

Definition at line 661 of file dNDArray.cc.

◆ mx_el_eq() [2/3]

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

Definition at line 658 of file dNDArray.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API boolNDArray mx_el_eq ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_ge() [1/3]

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

Definition at line 661 of file dNDArray.cc.

◆ mx_el_ge() [2/3]

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

Definition at line 658 of file dNDArray.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API boolNDArray mx_el_ge ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_gt() [1/3]

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

Definition at line 661 of file dNDArray.cc.

◆ mx_el_gt() [2/3]

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

Definition at line 658 of file dNDArray.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API boolNDArray mx_el_gt ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_le() [1/3]

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

Definition at line 661 of file dNDArray.cc.

◆ mx_el_le() [2/3]

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

Definition at line 658 of file dNDArray.cc.

◆ mx_el_le() [3/3]

OCTAVE_API boolNDArray mx_el_le ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_lt() [1/3]

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

Definition at line 661 of file dNDArray.cc.

◆ mx_el_lt() [2/3]

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

Definition at line 658 of file dNDArray.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API boolNDArray mx_el_lt ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_ne() [1/3]

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

Definition at line 661 of file dNDArray.cc.

◆ mx_el_ne() [2/3]

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

Definition at line 658 of file dNDArray.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API boolNDArray mx_el_ne ( const NDArray m1,
const NDArray m2 
)

Definition at line 664 of file dNDArray.cc.

◆ mx_el_not_and() [1/2]

OCTAVE_API 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]

OCTAVE_API 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]

OCTAVE_API 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]

OCTAVE_API boolNDArray mx_el_not_or ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_or() [1/3]

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

Definition at line 662 of file dNDArray.cc.

◆ mx_el_or() [2/3]

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

Definition at line 659 of file dNDArray.cc.

◆ mx_el_or() [3/3]

OCTAVE_API boolNDArray mx_el_or ( const NDArray m1,
const NDArray m2 
)

Definition at line 665 of file dNDArray.cc.

◆ mx_el_or_not() [1/2]

OCTAVE_API 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]

OCTAVE_API 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 186 of file dNDArray.h.

◆ operator*() [2/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator*=()

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

Definition at line 186 of file dNDArray.h.

◆ operator+() [1/4]

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

Definition at line 186 of file dNDArray.h.

◆ operator+() [2/4]

NDArray operator+ ( const NDArray x)
inline

Definition at line 186 of file dNDArray.h.

◆ operator+() [3/4]

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

Definition at line 186 of file dNDArray.h.

◆ operator+() [4/4]

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

Definition at line 186 of file dNDArray.h.

◆ operator+=() [1/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator+=() [2/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator-() [1/4]

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

Definition at line 186 of file dNDArray.h.

◆ operator-() [2/4]

NDArray operator- ( const NDArray x)
inline

Definition at line 186 of file dNDArray.h.

◆ operator-() [3/4]

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

Definition at line 186 of file dNDArray.h.

◆ operator-() [4/4]

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

Definition at line 186 of file dNDArray.h.

◆ operator-=() [1/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator-=() [2/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator/() [1/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator/() [2/2]

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

Definition at line 186 of file dNDArray.h.

◆ operator/=()

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

Definition at line 186 of file dNDArray.h.

◆ product()

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

Definition at line 186 of file dNDArray.h.

◆ product_eq()

NDArray product_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 186 of file dNDArray.h.

◆ quotient()

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

Definition at line 186 of file dNDArray.h.

◆ quotient_eq()

NDArray quotient_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 186 of file dNDArray.h.

◆ real()

OCTAVE_API NDArray real ( const ComplexNDArray a)

Definition at line 138 of file dNDArray.cc.