GNU Octave  4.2.1
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-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 dependency graph for vx-cs-rv.cc:

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

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

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

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

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

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

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

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

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