Navigation

Operators and Keywords

Function List:

C++ API

fNDArray.h File Reference

#include "MArrayN.h"
#include "fMatrix.h"
#include "intNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"

Include dependency graph for fNDArray.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 Documentation

#define octave_FloatNDArray_h   1


Function Documentation

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  )