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

Go to the source code of this file.

Functions

ComplexRowVector operator* (const double &, const ComplexRowVector &)
 
ComplexRowVector operator+ (const double &, const ComplexRowVector &)
 
ComplexRowVector operator- (const double &, const ComplexRowVector &)
 
ComplexRowVector operator/ (const double &, const ComplexRowVector &)
 

Function Documentation

◆ operator*()

ComplexRowVector operator* ( const double &  s,
const ComplexRowVector v 
)

Definition at line 9 of file vx-s-crv.cc.

◆ operator+()

ComplexRowVector operator+ ( const double &  s,
const ComplexRowVector v 
)

Definition at line 9 of file vx-s-crv.cc.

◆ operator-()

ComplexRowVector operator- ( const double &  s,
const ComplexRowVector v 
)

Definition at line 9 of file vx-s-crv.cc.

◆ operator/()

ComplexRowVector operator/ ( const double &  s,
const ComplexRowVector v 
)

Definition at line 9 of file vx-s-crv.cc.