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

Go to the source code of this file.

Functions

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

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.