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
fNDArray.cc File Reference
#include <cfloat>
#include <vector>
#include "Array-util.h"
#include "f77-fcn.h"
#include "fNDArray.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 fNDArray.cc:

Go to the source code of this file.

Functions

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

Variables

 FloatComplexNDArray
 FloatNDArray

Function Documentation

BSXFUN_OP2_DEF_MXLOOP ( pow  ,
FloatComplexNDArray  ,
FloatComplexNDArray  ,
FloatNDArray  ,
mx_inline_pow   
)
FloatNDArray imag ( const FloatComplexNDArray a)

Definition at line 764 of file fNDArray.cc.

References mx_inline_imag().

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

Definition at line 852 of file fNDArray.cc.

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

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

Definition at line 866 of file fNDArray.cc.

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

FloatNDArray real ( const FloatComplexNDArray a)

Definition at line 758 of file fNDArray.cc.

References mx_inline_real().

Variable Documentation