GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-crv-rv.cc File Reference
#include "Array-util.h"
#include "vx-crv-rv.h"
#include "mx-op-defs.h"
#include "CRowVector.h"
#include "dRowVector.h"

Go to the source code of this file.

Functions

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

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.