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
Functions | Variables
dNDArray.cc File Reference
#include <cfloat>
#include <vector>
#include "Array-util.h"
#include "dNDArray.h"
#include "f77-fcn.h"
#include "functor.h"
#include "lo-error.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "mx-base.h"
#include "mx-op-defs.h"
#include "oct-fftw.h"
#include "oct-locbuf.h"
#include "bsxfun-defs.cc"
Include dependency graph for dNDArray.cc:

Go to the source code of this file.

Functions

 BSXFUN_OP2_DEF_MXLOOP (pow, ComplexNDArray, ComplexNDArray, NDArray, mx_inline_pow) BSXFUN_OP2_DEF_MXLOOP(pow
NDArray imag (const ComplexNDArray &a)
std::ostream & operator<< (std::ostream &os, const NDArray &a)
std::istream & operator>> (std::istream &is, NDArray &a)
NDArray real (const ComplexNDArray &a)

Variables

 ComplexNDArray
 NDArray

Function Documentation

BSXFUN_OP2_DEF_MXLOOP ( pow  ,
ComplexNDArray  ,
ComplexNDArray  ,
NDArray  ,
mx_inline_pow   
)
NDArray imag ( const ComplexNDArray a)

Definition at line 801 of file dNDArray.cc.

References mx_inline_imag().

std::ostream& operator<< ( std::ostream &  os,
const NDArray a 
)

Definition at line 887 of file dNDArray.cc.

References Array< T >::elem(), Array< T >::nelem(), and octave_write_double().

std::istream& operator>> ( std::istream &  is,
NDArray a 
)

Definition at line 901 of file dNDArray.cc.

References Array< T >::elem(), and Array< T >::nelem().

NDArray real ( const ComplexNDArray a)

Definition at line 795 of file dNDArray.cc.

References mx_inline_real().

Variable Documentation