#include "MArrayN.h"
#include "fCMatrix.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Go to the source code of this file.
Classes | |
class | FloatComplexNDArray |
Defines | |
#define | octave_FloatComplexNDArray_h 1 |
Functions | |
OCTAVE_API FloatComplexNDArray | conj (const FloatComplexNDArray &a) |
OCTAVE_API FloatComplexNDArray | min (const FloatComplex &c, const FloatComplexNDArray &m) |
OCTAVE_API FloatComplexNDArray | min (const FloatComplexNDArray &m, const FloatComplex &c) |
OCTAVE_API FloatComplexNDArray | min (const FloatComplexNDArray &a, const FloatComplexNDArray &b) |
OCTAVE_API FloatComplexNDArray | max (const FloatComplex &c, const FloatComplexNDArray &m) |
OCTAVE_API FloatComplexNDArray | max (const FloatComplexNDArray &m, const FloatComplex &c) |
OCTAVE_API FloatComplexNDArray | max (const FloatComplexNDArray &a, const FloatComplexNDArray &b) |
OCTAVE_API FloatComplexNDArray & | operator*= (FloatComplexNDArray &a, float s) |
OCTAVE_API FloatComplexNDArray & | operator/= (FloatComplexNDArray &a, float s) |
#define octave_FloatComplexNDArray_h 1 |
OCTAVE_API FloatComplexNDArray conj | ( | const FloatComplexNDArray & | a | ) |
OCTAVE_API FloatComplexNDArray max | ( | const FloatComplexNDArray & | a, | |
const FloatComplexNDArray & | b | |||
) |
OCTAVE_API FloatComplexNDArray max | ( | const FloatComplexNDArray & | m, | |
const FloatComplex & | c | |||
) |
OCTAVE_API FloatComplexNDArray max | ( | const FloatComplex & | c, | |
const FloatComplexNDArray & | m | |||
) |
OCTAVE_API FloatComplexNDArray min | ( | const FloatComplexNDArray & | a, | |
const FloatComplexNDArray & | b | |||
) |
OCTAVE_API FloatComplexNDArray min | ( | const FloatComplexNDArray & | m, | |
const FloatComplex & | c | |||
) |
OCTAVE_API FloatComplexNDArray min | ( | const FloatComplex & | c, | |
const FloatComplexNDArray & | m | |||
) |
OCTAVE_API FloatComplexNDArray& operator*= | ( | FloatComplexNDArray & | a, | |
float | s | |||
) |
OCTAVE_API FloatComplexNDArray& operator/= | ( | FloatComplexNDArray & | a, | |
float | s | |||
) |