GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-fcrv-frv.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 FloatComplexRowVector &, const FloatRowVector &)
 
FloatComplexRowVector operator- (const FloatComplexRowVector &, const FloatRowVector &)
 
FloatComplexRowVector product (const FloatComplexRowVector &, const FloatRowVector &)
 
FloatComplexRowVector quotient (const FloatComplexRowVector &, const FloatRowVector &)
 

Function Documentation

◆ operator+()

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

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

◆ operator-()

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

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

◆ product()

FloatComplexRowVector product ( const FloatComplexRowVector v1,
const FloatRowVector v2 
)

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

◆ quotient()

FloatComplexRowVector quotient ( const FloatComplexRowVector v1,
const FloatRowVector v2 
)

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