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

Go to the source code of this file.

Functions

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

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.