#include "MArray.h"
#include "dMatrix.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 | NDArray |
Functions | |
BSXFUN_OP2_DECL (pow, ComplexNDArray, ComplexNDArray, NDArray, OCTAVE_API) BSXFUN_OP2_DECL(pow | |
OCTAVE_API NDArray | imag (const ComplexNDArray &a) |
OCTAVE_API NDArray | real (const ComplexNDArray &a) |
Variables | |
ComplexNDArray | |
NDArray |
BSXFUN_OP2_DECL | ( | pow | , | |
ComplexNDArray | , | |||
ComplexNDArray | , | |||
NDArray | , | |||
OCTAVE_API | ||||
) |
OCTAVE_API NDArray imag | ( | const ComplexNDArray & | a | ) |
Definition at line 802 of file dNDArray.cc.
OCTAVE_API NDArray real | ( | const ComplexNDArray & | a | ) |
Definition at line 796 of file dNDArray.cc.
Definition at line 189 of file dNDArray.h.
Definition at line 189 of file dNDArray.h.