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

Go to the source code of this file.

Functions

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

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.