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

Go to the source code of this file.

Functions

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

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.