GNU Octave  4.0.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-fcs-fcv.cc File Reference
#include "Array-util.h"
#include "vx-fcs-fcv.h"
#include "mx-op-defs.h"
#include "fCColVector.h"
#include "oct-cmplx.h"
#include "fColVector.h"
Include dependency graph for vx-fcs-fcv.cc:

Go to the source code of this file.

Functions

FloatComplexColumnVector operator* (const FloatComplex &s, const FloatColumnVector &v)
 
FloatComplexColumnVector operator+ (const FloatComplex &s, const FloatColumnVector &v)
 
FloatComplexColumnVector operator- (const FloatComplex &s, const FloatColumnVector &v)
 
FloatComplexColumnVector operator/ (const FloatComplex &s, const FloatColumnVector &v)
 

Function Documentation

FloatComplexColumnVector operator* ( const FloatComplex s,
const FloatColumnVector v 
)

Definition at line 11 of file vx-fcs-fcv.cc.

FloatComplexColumnVector operator+ ( const FloatComplex s,
const FloatColumnVector v 
)

Definition at line 11 of file vx-fcs-fcv.cc.

FloatComplexColumnVector operator- ( const FloatComplex s,
const FloatColumnVector v 
)

Definition at line 11 of file vx-fcs-fcv.cc.

FloatComplexColumnVector operator/ ( const FloatComplex s,
const FloatColumnVector v 
)

Definition at line 11 of file vx-fcs-fcv.cc.