GNU Octave  4.0.0
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
Classes | Functions
dNDArray.h File Reference
#include "MArray.h"
#include "intNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "bsxfun-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 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

OCTAVE_API NDArray bsxfun_add ( const NDArray ,
const NDArray  
)

Definition at line 920 of file dNDArray.cc.

OCTAVE_API NDArray bsxfun_div ( const NDArray ,
const NDArray  
)

Definition at line 920 of file dNDArray.cc.

OCTAVE_API boolNDArray bsxfun_eq ( const NDArray ,
const NDArray  
)

Definition at line 921 of file dNDArray.cc.

OCTAVE_API boolNDArray bsxfun_ge ( const NDArray ,
const NDArray  
)

Definition at line 921 of file dNDArray.cc.

OCTAVE_API boolNDArray bsxfun_gt ( const NDArray ,
const NDArray  
)

Definition at line 921 of file dNDArray.cc.

OCTAVE_API boolNDArray bsxfun_le ( const NDArray ,
const NDArray  
)

Definition at line 921 of file dNDArray.cc.

OCTAVE_API boolNDArray bsxfun_lt ( const NDArray ,
const NDArray  
)

Definition at line 921 of file dNDArray.cc.

OCTAVE_API NDArray bsxfun_max ( const NDArray ,
const NDArray  
)

Definition at line 920 of file dNDArray.cc.

OCTAVE_API NDArray bsxfun_min ( const NDArray ,
const NDArray  
)

Definition at line 920 of file dNDArray.cc.

OCTAVE_API NDArray bsxfun_mul ( const NDArray ,
const NDArray  
)

Definition at line 920 of file dNDArray.cc.

OCTAVE_API boolNDArray bsxfun_ne ( const NDArray ,
const NDArray  
)

Definition at line 921 of file dNDArray.cc.

OCTAVE_API NDArray bsxfun_pow ( const NDArray ,
const NDArray  
)

Definition at line 923 of file dNDArray.cc.

OCTAVE_API ComplexNDArray bsxfun_pow ( const ComplexNDArray ,
const NDArray  
)

Definition at line 925 of file dNDArray.cc.

OCTAVE_API ComplexNDArray bsxfun_pow ( const NDArray ,
const ComplexNDArray  
)

Definition at line 927 of file dNDArray.cc.

OCTAVE_API NDArray bsxfun_sub ( const NDArray ,
const NDArray  
)

Definition at line 920 of file dNDArray.cc.

OCTAVE_API NDArray imag ( const ComplexNDArray a)

Definition at line 801 of file dNDArray.cc.

References mx_inline_imag().

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

Definition at line 909 of file dNDArray.cc.

OCTAVE_API NDArray max ( double  d,
const NDArray m 
)

Definition at line 909 of file dNDArray.cc.

Referenced by NDArray::concat().

OCTAVE_API NDArray max ( const NDArray m,
double  d 
)

Definition at line 909 of file dNDArray.cc.

OCTAVE_API NDArray min ( const NDArray m,
double  d 
)

Definition at line 909 of file dNDArray.cc.

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

Definition at line 909 of file dNDArray.cc.

OCTAVE_API NDArray min ( double  d,
const NDArray m 
)

Definition at line 909 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const NDArray ,
const double  
)

Definition at line 912 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const double ,
const NDArray  
)

Definition at line 915 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_and ( const NDArray ,
const NDArray  
)

Definition at line 918 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const double ,
const NDArray  
)

Definition at line 915 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_and_not ( const NDArray ,
const NDArray  
)

Definition at line 918 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const NDArray ,
const double  
)

Definition at line 911 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const double ,
const NDArray  
)

Definition at line 914 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_eq ( const NDArray ,
const NDArray  
)

Definition at line 917 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const NDArray ,
const double  
)

Definition at line 911 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const double ,
const NDArray  
)

Definition at line 914 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_ge ( const NDArray ,
const NDArray  
)

Definition at line 917 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const NDArray ,
const double  
)

Definition at line 911 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const double ,
const NDArray  
)

Definition at line 914 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_gt ( const NDArray ,
const NDArray  
)

Definition at line 917 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const NDArray ,
const double  
)

Definition at line 911 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const double ,
const NDArray  
)

Definition at line 914 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_le ( const NDArray ,
const NDArray  
)

Definition at line 917 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const NDArray ,
const double  
)

Definition at line 911 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const double ,
const NDArray  
)

Definition at line 914 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_lt ( const NDArray ,
const NDArray  
)

Definition at line 917 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const NDArray ,
const double  
)

Definition at line 911 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const double ,
const NDArray  
)

Definition at line 914 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_ne ( const NDArray ,
const NDArray  
)

Definition at line 917 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const NDArray ,
const double  
)

Definition at line 912 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_and ( const NDArray ,
const NDArray  
)

Definition at line 918 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const NDArray ,
const double  
)

Definition at line 912 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_not_or ( const NDArray ,
const NDArray  
)

Definition at line 918 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const NDArray ,
const double  
)

Definition at line 912 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const double ,
const NDArray  
)

Definition at line 915 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_or ( const NDArray ,
const NDArray  
)

Definition at line 918 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const double ,
const NDArray  
)

Definition at line 915 of file dNDArray.cc.

OCTAVE_API boolNDArray mx_el_or_not ( const NDArray ,
const NDArray  
)

Definition at line 918 of file dNDArray.cc.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

NDArray operator+ ( const NDArray x)
inline

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

NDArray operator- ( const NDArray x)
inline

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

NDArray product_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 182 of file dNDArray.h.

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

Definition at line 182 of file dNDArray.h.

NDArray quotient_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 182 of file dNDArray.h.

OCTAVE_API NDArray real ( const ComplexNDArray a)

Definition at line 795 of file dNDArray.cc.

References mx_inline_real().