GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-rv-crv.h File Reference
#include "octave-config.h"
#include "CRowVector.h"
#include "dRowVector.h"

Go to the source code of this file.

Functions

ComplexRowVector operator+ (const RowVector &, const ComplexRowVector &)
 
ComplexRowVector operator- (const RowVector &, const ComplexRowVector &)
 
ComplexRowVector product (const RowVector &, const ComplexRowVector &)
 
ComplexRowVector quotient (const RowVector &, const ComplexRowVector &)
 

Function Documentation

◆ operator+()

ComplexRowVector operator+ ( const RowVector v1,
const ComplexRowVector v2 
)

Definition at line 10 of file vx-rv-crv.cc.

◆ operator-()

ComplexRowVector operator- ( const RowVector v1,
const ComplexRowVector v2 
)

Definition at line 10 of file vx-rv-crv.cc.

◆ product()

ComplexRowVector product ( const RowVector v1,
const ComplexRowVector v2 
)

Definition at line 10 of file vx-rv-crv.cc.

◆ quotient()

ComplexRowVector quotient ( const RowVector v1,
const ComplexRowVector v2 
)

Definition at line 10 of file vx-rv-crv.cc.