GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
vx-ccv-cv.h File Reference
#include "CColVector.h"
#include "dColVector.h"
#include "mx-op-decl.h"
Include dependency graph for vx-ccv-cv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTAVE_API ComplexColumnVector operator+ (const ComplexColumnVector &, const ColumnVector &)
OCTAVE_API ComplexColumnVector operator- (const ComplexColumnVector &, const ColumnVector &)
OCTAVE_API ComplexColumnVector product (const ComplexColumnVector &, const ColumnVector &)
OCTAVE_API ComplexColumnVector quotient (const ComplexColumnVector &, const ColumnVector &)

Function Documentation

OCTAVE_API ComplexColumnVector operator+ ( const ComplexColumnVector ,
const ColumnVector  
)

Definition at line 10 of file vx-ccv-cv.cc.

OCTAVE_API ComplexColumnVector operator- ( const ComplexColumnVector ,
const ColumnVector  
)

Definition at line 10 of file vx-ccv-cv.cc.

OCTAVE_API ComplexColumnVector product ( const ComplexColumnVector ,
const ColumnVector  
)

Definition at line 10 of file vx-ccv-cv.cc.

OCTAVE_API ComplexColumnVector quotient ( const ComplexColumnVector ,
const ColumnVector  
)

Definition at line 10 of file vx-ccv-cv.cc.