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

Go to the source code of this file.

Functions

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

Function Documentation

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

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

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

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

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

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

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

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