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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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

◆ operator/()

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

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