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

Go to the source code of this file.

Functions

FloatComplexRowVector operator+ (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 
FloatComplexRowVector operator- (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 
FloatComplexRowVector product (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 
FloatComplexRowVector quotient (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 

Function Documentation

◆ operator+()

FloatComplexRowVector operator+ ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.

◆ operator-()

FloatComplexRowVector operator- ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.

◆ product()

FloatComplexRowVector product ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.

◆ quotient()

FloatComplexRowVector quotient ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.