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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

FloatComplexRowVector operator* ( const FloatRowVector v,
const FloatComplex s 
)

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

◆ operator+()

FloatComplexRowVector operator+ ( const FloatRowVector v,
const FloatComplex s 
)

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

◆ operator-()

FloatComplexRowVector operator- ( const FloatRowVector v,
const FloatComplex s 
)

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

◆ operator/()

FloatComplexRowVector operator/ ( const FloatRowVector v,
const FloatComplex s 
)

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