#include "MArray.h"
#include "fMatrix.h"
#include "intNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "bsxfun-decl.h"
Go to the source code of this file.
Classes | |
class | FloatNDArray |
Functions | |
BSXFUN_OP2_DECL (pow, FloatComplexNDArray, FloatComplexNDArray, FloatNDArray, OCTAVE_API) BSXFUN_OP2_DECL(pow | |
OCTAVE_API FloatNDArray | imag (const FloatComplexNDArray &a) |
OCTAVE_API FloatNDArray | real (const FloatComplexNDArray &a) |
Variables | |
FloatComplexNDArray | |
FloatNDArray |
BSXFUN_OP2_DECL | ( | pow | , | |
FloatComplexNDArray | , | |||
FloatComplexNDArray | , | |||
FloatNDArray | , | |||
OCTAVE_API | ||||
) |
OCTAVE_API FloatNDArray imag | ( | const FloatComplexNDArray & | a | ) |
Definition at line 762 of file fNDArray.cc.
OCTAVE_API FloatNDArray real | ( | const FloatComplexNDArray & | a | ) |
Definition at line 756 of file fNDArray.cc.
Definition at line 186 of file fNDArray.h.
Definition at line 186 of file fNDArray.h.