GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
dNDArray.h File Reference
#include "octave-config.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  intNDArray< T >
 
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 NDArray bsxfun_pow (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_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 (double d, const NDArray &m)
 
OCTAVE_API NDArray max (const NDArray &m, double d)
 
OCTAVE_API NDArray min (const NDArray &m, double d)
 
OCTAVE_API NDArray min (const NDArray &a, const NDArray &b)
 
OCTAVE_API NDArray min (double d, const NDArray &m)
 
OCTAVE_API boolNDArray mx_el_and (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_and (const double &, const NDArray &)
 
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 NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_eq (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_ge (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_gt (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_le (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_lt (const double &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const NDArray &, const NDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_ne (const double &, const NDArray &)
 
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 NDArray &, const double &)
 
OCTAVE_API boolNDArray mx_el_or (const double &, const NDArray &)
 
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 NDArray &x, const double &y)
 
NDArray operator* (const double &x, const NDArray &y)
 
NDArray operator*= (NDArray &x, const double &y)
 
NDArray operator+ (const NDArray &x, const NDArray &y)
 
NDArray operator+ (const NDArray &x)
 
NDArray operator+ (const NDArray &x, const double &y)
 
NDArray operator+ (const double &x, const NDArray &y)
 
NDArray operator+= (NDArray &x, const double &y)
 
NDArray operator+= (NDArray &x, const NDArray &y)
 
NDArray operator- (const 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-= (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 ,
const NDArray  
)

Definition at line 902 of file dNDArray.cc.

◆ bsxfun_div()

OCTAVE_API NDArray bsxfun_div ( const NDArray ,
const NDArray  
)

Definition at line 902 of file dNDArray.cc.

◆ bsxfun_eq()

OCTAVE_API boolNDArray bsxfun_eq ( const NDArray ,
const NDArray  
)

Definition at line 903 of file dNDArray.cc.

◆ bsxfun_ge()

OCTAVE_API boolNDArray bsxfun_ge ( const NDArray ,
const NDArray  
)

Definition at line 903 of file dNDArray.cc.

◆ bsxfun_gt()

OCTAVE_API boolNDArray bsxfun_gt ( const NDArray ,
const NDArray  
)

Definition at line 903 of file dNDArray.cc.

◆ bsxfun_le()

OCTAVE_API boolNDArray bsxfun_le ( const NDArray ,
const NDArray  
)

Definition at line 903 of file dNDArray.cc.

◆ bsxfun_lt()

OCTAVE_API boolNDArray bsxfun_lt ( const NDArray ,
const NDArray  
)

Definition at line 903 of file dNDArray.cc.

◆ bsxfun_max()

OCTAVE_API NDArray bsxfun_max ( const NDArray ,
const NDArray  
)

Definition at line 902 of file dNDArray.cc.

◆ bsxfun_min()

OCTAVE_API NDArray bsxfun_min ( const NDArray ,
const NDArray  
)

Definition at line 902 of file dNDArray.cc.

◆ bsxfun_mul()

OCTAVE_API NDArray bsxfun_mul ( const NDArray ,
const NDArray  
)

Definition at line 902 of file dNDArray.cc.

◆ bsxfun_ne()

OCTAVE_API boolNDArray bsxfun_ne ( const NDArray ,
const NDArray  
)

Definition at line 903 of file dNDArray.cc.

◆ bsxfun_pow() [1/3]

OCTAVE_API NDArray bsxfun_pow ( const NDArray ,
const NDArray  
)

Definition at line 905 of file dNDArray.cc.

◆ bsxfun_pow() [2/3]

OCTAVE_API ComplexNDArray bsxfun_pow ( const ComplexNDArray ,
const NDArray  
)

Definition at line 907 of file dNDArray.cc.

◆ bsxfun_pow() [3/3]

OCTAVE_API ComplexNDArray bsxfun_pow ( const NDArray ,
const ComplexNDArray  
)

Definition at line 909 of file dNDArray.cc.

◆ bsxfun_sub()

OCTAVE_API NDArray bsxfun_sub ( const NDArray ,
const NDArray  
)

Definition at line 902 of file dNDArray.cc.

◆ imag()

OCTAVE_API NDArray imag ( const ComplexNDArray a)

Definition at line 785 of file dNDArray.cc.

References a, and mx_inline_imag().

◆ max() [1/3]

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

Definition at line 891 of file dNDArray.cc.

◆ max() [2/3]

OCTAVE_API NDArray max ( double  d,
const NDArray m 
)

Definition at line 891 of file dNDArray.cc.

Referenced by NDArray::concat().

◆ max() [3/3]

OCTAVE_API NDArray max ( const NDArray m,
double  d 
)

Definition at line 891 of file dNDArray.cc.

◆ min() [1/3]

OCTAVE_API NDArray min ( const NDArray m,
double  d 
)

Definition at line 891 of file dNDArray.cc.

◆ min() [2/3]

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

Definition at line 891 of file dNDArray.cc.

◆ min() [3/3]

OCTAVE_API NDArray min ( double  d,
const NDArray m 
)

Definition at line 891 of file dNDArray.cc.

◆ mx_el_and() [1/3]

OCTAVE_API boolNDArray mx_el_and ( const NDArray ,
const double  
)

Definition at line 894 of file dNDArray.cc.

◆ mx_el_and() [2/3]

OCTAVE_API boolNDArray mx_el_and ( const double ,
const NDArray  
)

Definition at line 897 of file dNDArray.cc.

◆ mx_el_and() [3/3]

OCTAVE_API boolNDArray mx_el_and ( const NDArray ,
const NDArray  
)

Definition at line 900 of file dNDArray.cc.

◆ mx_el_and_not() [1/2]

OCTAVE_API boolNDArray mx_el_and_not ( const double ,
const NDArray  
)

Definition at line 897 of file dNDArray.cc.

◆ mx_el_and_not() [2/2]

OCTAVE_API boolNDArray mx_el_and_not ( const NDArray ,
const NDArray  
)

Definition at line 900 of file dNDArray.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API boolNDArray mx_el_eq ( const NDArray ,
const double  
)

Definition at line 893 of file dNDArray.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API boolNDArray mx_el_eq ( const double ,
const NDArray  
)

Definition at line 896 of file dNDArray.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API boolNDArray mx_el_eq ( const NDArray ,
const NDArray  
)

Definition at line 899 of file dNDArray.cc.

◆ mx_el_ge() [1/3]

OCTAVE_API boolNDArray mx_el_ge ( const NDArray ,
const double  
)

Definition at line 893 of file dNDArray.cc.

◆ mx_el_ge() [2/3]

OCTAVE_API boolNDArray mx_el_ge ( const double ,
const NDArray  
)

Definition at line 896 of file dNDArray.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API boolNDArray mx_el_ge ( const NDArray ,
const NDArray  
)

Definition at line 899 of file dNDArray.cc.

◆ mx_el_gt() [1/3]

OCTAVE_API boolNDArray mx_el_gt ( const NDArray ,
const double  
)

Definition at line 893 of file dNDArray.cc.

◆ mx_el_gt() [2/3]

OCTAVE_API boolNDArray mx_el_gt ( const double ,
const NDArray  
)

Definition at line 896 of file dNDArray.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API boolNDArray mx_el_gt ( const NDArray ,
const NDArray  
)

Definition at line 899 of file dNDArray.cc.

◆ mx_el_le() [1/3]

OCTAVE_API boolNDArray mx_el_le ( const NDArray ,
const double  
)

Definition at line 893 of file dNDArray.cc.

◆ mx_el_le() [2/3]

OCTAVE_API boolNDArray mx_el_le ( const double ,
const NDArray  
)

Definition at line 896 of file dNDArray.cc.

◆ mx_el_le() [3/3]

OCTAVE_API boolNDArray mx_el_le ( const NDArray ,
const NDArray  
)

Definition at line 899 of file dNDArray.cc.

◆ mx_el_lt() [1/3]

OCTAVE_API boolNDArray mx_el_lt ( const NDArray ,
const double  
)

Definition at line 893 of file dNDArray.cc.

◆ mx_el_lt() [2/3]

OCTAVE_API boolNDArray mx_el_lt ( const double ,
const NDArray  
)

Definition at line 896 of file dNDArray.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API boolNDArray mx_el_lt ( const NDArray ,
const NDArray  
)

Definition at line 899 of file dNDArray.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API boolNDArray mx_el_ne ( const NDArray ,
const double  
)

Definition at line 893 of file dNDArray.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API boolNDArray mx_el_ne ( const double ,
const NDArray  
)

Definition at line 896 of file dNDArray.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API boolNDArray mx_el_ne ( const NDArray ,
const NDArray  
)

Definition at line 899 of file dNDArray.cc.

◆ mx_el_not_and() [1/2]

OCTAVE_API boolNDArray mx_el_not_and ( const NDArray ,
const double  
)

Definition at line 894 of file dNDArray.cc.

◆ mx_el_not_and() [2/2]

OCTAVE_API boolNDArray mx_el_not_and ( const NDArray ,
const NDArray  
)

Definition at line 900 of file dNDArray.cc.

◆ mx_el_not_or() [1/2]

OCTAVE_API boolNDArray mx_el_not_or ( const NDArray ,
const double  
)

Definition at line 894 of file dNDArray.cc.

◆ mx_el_not_or() [2/2]

OCTAVE_API boolNDArray mx_el_not_or ( const NDArray ,
const NDArray  
)

Definition at line 900 of file dNDArray.cc.

◆ mx_el_or() [1/3]

OCTAVE_API boolNDArray mx_el_or ( const NDArray ,
const double  
)

Definition at line 894 of file dNDArray.cc.

◆ mx_el_or() [2/3]

OCTAVE_API boolNDArray mx_el_or ( const double ,
const NDArray  
)

Definition at line 897 of file dNDArray.cc.

◆ mx_el_or() [3/3]

OCTAVE_API boolNDArray mx_el_or ( const NDArray ,
const NDArray  
)

Definition at line 900 of file dNDArray.cc.

◆ mx_el_or_not() [1/2]

OCTAVE_API boolNDArray mx_el_or_not ( const double ,
const NDArray  
)

Definition at line 897 of file dNDArray.cc.

◆ mx_el_or_not() [2/2]

OCTAVE_API boolNDArray mx_el_or_not ( const NDArray ,
const NDArray  
)

Definition at line 900 of file dNDArray.cc.

◆ operator*() [1/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator*() [2/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator*=()

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

Definition at line 184 of file dNDArray.h.

◆ operator+() [1/4]

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

Definition at line 184 of file dNDArray.h.

◆ operator+() [2/4]

NDArray operator+ ( const NDArray x)
inline

Definition at line 184 of file dNDArray.h.

◆ operator+() [3/4]

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

Definition at line 184 of file dNDArray.h.

◆ operator+() [4/4]

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

Definition at line 184 of file dNDArray.h.

◆ operator+=() [1/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator+=() [2/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator-() [1/4]

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

Definition at line 184 of file dNDArray.h.

◆ operator-() [2/4]

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

Definition at line 184 of file dNDArray.h.

◆ operator-() [3/4]

NDArray operator- ( const NDArray x)
inline

Definition at line 184 of file dNDArray.h.

◆ operator-() [4/4]

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

Definition at line 184 of file dNDArray.h.

◆ operator-=() [1/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator-=() [2/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator/() [1/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator/() [2/2]

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

Definition at line 184 of file dNDArray.h.

◆ operator/=()

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

Definition at line 184 of file dNDArray.h.

◆ product()

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

Definition at line 184 of file dNDArray.h.

◆ product_eq()

NDArray product_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 184 of file dNDArray.h.

◆ quotient()

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

Definition at line 184 of file dNDArray.h.

◆ quotient_eq()

NDArray quotient_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 184 of file dNDArray.h.

◆ real()

OCTAVE_API NDArray real ( const ComplexNDArray a)

Definition at line 779 of file dNDArray.cc.

References a, and mx_inline_real().