Navigation

Operators and Keywords

Function List:

C++ API

CNDArray.h File Reference

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

Go to the source code of this file.

Classes

class  ComplexNDArray

Functions

OCTAVE_API ComplexNDArray conj (const ComplexNDArray &a)
OCTAVE_API ComplexNDArrayoperator*= (ComplexNDArray &a, double s)
OCTAVE_API ComplexNDArrayoperator/= (ComplexNDArray &a, double s)

Function Documentation

OCTAVE_API ComplexNDArray conj ( const ComplexNDArray a  ) 
OCTAVE_API ComplexNDArray& operator*= ( ComplexNDArray a,
double  s 
)
OCTAVE_API ComplexNDArray& operator/= ( ComplexNDArray a,
double  s 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines