GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-fcrv-fs.cc File Reference
#include "Array-util.h"
#include "vx-fcrv-fs.h"
#include "mx-op-defs.h"
#include "fCRowVector.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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

◆ operator/()

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

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