Classes | Functions

fCNDArray.h File Reference

#include "MArray.h"
#include "fCMatrix.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "bsxfun-decl.h"
Include dependency graph for fCNDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FloatComplexNDArray

Functions

OCTAVE_API FloatComplexNDArray conj (const FloatComplexNDArray &a)
OCTAVE_API FloatComplexNDArrayoperator*= (FloatComplexNDArray &a, float s)
OCTAVE_API FloatComplexNDArrayoperator/= (FloatComplexNDArray &a, float s)

Function Documentation

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().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines