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

Go to the source code of this file.

Functions

ComplexRowVector operator* (const Complex &, const RowVector &)
 
ComplexRowVector operator+ (const Complex &, const RowVector &)
 
ComplexRowVector operator- (const Complex &, const RowVector &)
 
ComplexRowVector operator/ (const Complex &, const RowVector &)
 

Function Documentation

◆ operator*()

ComplexRowVector operator* ( const Complex s,
const RowVector v 
)

Definition at line 11 of file vx-cs-rv.cc.

◆ operator+()

ComplexRowVector operator+ ( const Complex s,
const RowVector v 
)

Definition at line 11 of file vx-cs-rv.cc.

◆ operator-()

ComplexRowVector operator- ( const Complex s,
const RowVector v 
)

Definition at line 11 of file vx-cs-rv.cc.

◆ operator/()

ComplexRowVector operator/ ( const Complex s,
const RowVector v 
)

Definition at line 11 of file vx-cs-rv.cc.