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-fs-fcrv.cc File Reference
#include "Array-util.h"
#include "vx-fs-fcrv.h"
#include "mx-op-defs.h"
#include "fCRowVector.h"
Include dependency graph for vx-fs-fcrv.cc:

Go to the source code of this file.

Functions

FloatComplexRowVector operator* (const float &s, const FloatComplexRowVector &v)
 
FloatComplexRowVector operator+ (const float &s, const FloatComplexRowVector &v)
 
FloatComplexRowVector operator- (const float &s, const FloatComplexRowVector &v)
 
FloatComplexRowVector operator/ (const float &s, const FloatComplexRowVector &v)
 

Function Documentation

FloatComplexRowVector operator* ( const float s,
const FloatComplexRowVector v 
)

Definition at line 9 of file vx-fs-fcrv.cc.

FloatComplexRowVector operator+ ( const float s,
const FloatComplexRowVector v 
)

Definition at line 9 of file vx-fs-fcrv.cc.

FloatComplexRowVector operator- ( const float s,
const FloatComplexRowVector v 
)

Definition at line 9 of file vx-fs-fcrv.cc.

FloatComplexRowVector operator/ ( const float s,
const FloatComplexRowVector v 
)

Definition at line 9 of file vx-fs-fcrv.cc.