#include "MArray.h"
#include "fCMatrix.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "bsxfun-decl.h"
Go to the source code of this file.
Classes | |
class | FloatComplexNDArray |
Functions | |
OCTAVE_API FloatComplexNDArray | conj (const FloatComplexNDArray &a) |
OCTAVE_API FloatComplexNDArray & | operator*= (FloatComplexNDArray &a, float s) |
OCTAVE_API FloatComplexNDArray & | operator/= (FloatComplexNDArray &a, float s) |
OCTAVE_API FloatComplexNDArray conj | ( | const FloatComplexNDArray & | a | ) |
Definition at line 758 of file fCNDArray.cc.
OCTAVE_API FloatComplexNDArray& operator*= | ( | FloatComplexNDArray & | a, | |
float | s | |||
) |
Definition at line 911 of file fCNDArray.cc.
OCTAVE_API FloatComplexNDArray& operator/= | ( | FloatComplexNDArray & | a, | |
float | s | |||
) |
Definition at line 920 of file fCNDArray.cc.
References Array< T >::is_shared().