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

Function Documentation

◆ operator+()

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

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

◆ operator-()

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

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

◆ product()

ComplexRowVector product ( const ComplexRowVector v1,
const RowVector v2 
)

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

◆ quotient()

ComplexRowVector quotient ( const ComplexRowVector v1,
const RowVector v2 
)

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