GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
vx-rv-cs.cc File Reference
#include "Array-util.h"
#include "vx-rv-cs.h"
#include "mx-op-defs.h"
#include "CRowVector.h"
#include "dRowVector.h"
#include "oct-cmplx.h"
Include dependency graph for vx-rv-cs.cc:

Go to the source code of this file.

Functions

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

Function Documentation

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

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

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

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

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

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

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

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