GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-fs-fcrv.h File Reference
#include "octave-config.h"
#include "fCRowVector.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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

◆ operator/()

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

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