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
F77_RET_T F77_FUNC (cffti, CFFTI)(const octave_idx_type &
F77_RET_T FloatComplex *F77_RET_T F77_FUNC (cfftf, CFFTF)(const octave_idx_type &
F77_RET_T FloatComplex
*F77_RET_T FloatComplex
FloatComplex *F77_RET_T 
F77_FUNC (cfftb, CFFTB)(const octave_idx_type &
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   
)
F77_RET_T F77_FUNC ( cffti  ,
CFFTI   
) const
F77_RET_T FloatComplex* F77_RET_T F77_FUNC ( cfftf  ,
CFFTF   
) const
F77_RET_T FloatComplex* F77_RET_T FloatComplex FloatComplex* F77_RET_T F77_FUNC ( cfftb  ,
CFFTB   
) const
FloatNDArray imag ( const FloatComplexNDArray a  ) 

Definition at line 762 of file fNDArray.cc.

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

Definition at line 842 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 856 of file fNDArray.cc.

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

FloatNDArray real ( const FloatComplexNDArray a  ) 

Definition at line 756 of file fNDArray.cc.


Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines