GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-fccv-fcv.h File Reference
#include "octave-config.h"
#include "fCColVector.h"
#include "fColVector.h"

Go to the source code of this file.

Functions

FloatComplexColumnVector operator+ (const FloatComplexColumnVector &, const FloatColumnVector &)
 
FloatComplexColumnVector operator- (const FloatComplexColumnVector &, const FloatColumnVector &)
 
FloatComplexColumnVector product (const FloatComplexColumnVector &, const FloatColumnVector &)
 
FloatComplexColumnVector quotient (const FloatComplexColumnVector &, const FloatColumnVector &)
 

Function Documentation

◆ operator+()

FloatComplexColumnVector operator+ ( const FloatComplexColumnVector v1,
const FloatColumnVector v2 
)

Definition at line 10 of file vx-fccv-fcv.cc.

◆ operator-()

FloatComplexColumnVector operator- ( const FloatComplexColumnVector v1,
const FloatColumnVector v2 
)

Definition at line 10 of file vx-fccv-fcv.cc.

◆ product()

FloatComplexColumnVector product ( const FloatComplexColumnVector v1,
const FloatColumnVector v2 
)

Definition at line 10 of file vx-fccv-fcv.cc.

◆ quotient()

FloatComplexColumnVector quotient ( const FloatComplexColumnVector v1,
const FloatColumnVector v2 
)

Definition at line 10 of file vx-fccv-fcv.cc.