GNU Octave  3.8.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 | Variables
dNDArray.h File Reference
#include "MArray.h"
#include "dMatrix.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

 BSXFUN_OP2_DECL (pow, ComplexNDArray, ComplexNDArray, NDArray, OCTAVE_API) BSXFUN_OP2_DECL(pow
OCTAVE_API NDArray imag (const ComplexNDArray &a)
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 NDArray &y)
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 NDArray &y)
NDArray operator- (const NDArray &x)
NDArray operator- (const NDArray &x, const double &y)
NDArray operator-= (NDArray &x, const NDArray &y)
NDArray operator-= (NDArray &x, const double &y)
NDArray operator/ (const NDArray &x, const double &y)
NDArray operator/ (const double &x, const NDArray &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)

Variables

 ComplexNDArray
 NDArray

Function Documentation

BSXFUN_OP2_DECL ( pow  ,
ComplexNDArray  ,
ComplexNDArray  ,
NDArray  ,
OCTAVE_API   
)
OCTAVE_API NDArray imag ( const ComplexNDArray a)

Definition at line 801 of file dNDArray.cc.

References mx_inline_imag().

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

NDArray operator+ ( const NDArray x)
inline

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

NDArray operator- ( const NDArray x)
inline

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

NDArray product_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 189 of file dNDArray.h.

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

Definition at line 189 of file dNDArray.h.

NDArray quotient_eq ( NDArray x,
const NDArray y 
)
inline

Definition at line 189 of file dNDArray.h.

OCTAVE_API NDArray real ( const ComplexNDArray a)

Definition at line 795 of file dNDArray.cc.

References mx_inline_real().

Variable Documentation

Definition at line 197 of file dNDArray.h.

Definition at line 197 of file dNDArray.h.