#include "MArrayN.h"
#include "fMatrix.h"
#include "intNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Go to the source code of this file.
Classes | |
class | FloatNDArray |
Defines | |
#define | octave_FloatNDArray_h 1 |
Functions | |
OCTAVE_API FloatNDArray | real (const FloatComplexNDArray &a) |
OCTAVE_API FloatNDArray | imag (const FloatComplexNDArray &a) |
OCTAVE_API FloatNDArray | min (float d, const FloatNDArray &m) |
OCTAVE_API FloatNDArray | min (const FloatNDArray &m, float d) |
OCTAVE_API FloatNDArray | min (const FloatNDArray &a, const FloatNDArray &b) |
OCTAVE_API FloatNDArray | max (float d, const FloatNDArray &m) |
OCTAVE_API FloatNDArray | max (const FloatNDArray &m, float d) |
OCTAVE_API FloatNDArray | max (const FloatNDArray &a, const FloatNDArray &b) |
#define octave_FloatNDArray_h 1 |
OCTAVE_API FloatNDArray imag | ( | const FloatComplexNDArray & | a | ) |
OCTAVE_API FloatNDArray max | ( | const FloatNDArray & | a, | |
const FloatNDArray & | b | |||
) |
OCTAVE_API FloatNDArray max | ( | const FloatNDArray & | m, | |
float | d | |||
) |
OCTAVE_API FloatNDArray max | ( | float | d, | |
const FloatNDArray & | m | |||
) |
OCTAVE_API FloatNDArray min | ( | const FloatNDArray & | a, | |
const FloatNDArray & | b | |||
) |
OCTAVE_API FloatNDArray min | ( | const FloatNDArray & | m, | |
float | d | |||
) |
OCTAVE_API FloatNDArray min | ( | float | d, | |
const FloatNDArray & | m | |||
) |
OCTAVE_API FloatNDArray real | ( | const FloatComplexNDArray & | a | ) |