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-crv-rv.cc File Reference
#include "Array-util.h"
#include "vx-crv-rv.h"
#include "mx-op-defs.h"
#include "CRowVector.h"
#include "dRowVector.h"
Include dependency graph for vx-crv-rv.cc:

Go to the source code of this file.

Functions

ComplexRowVector operator+ (const ComplexRowVector &v1, const RowVector &v2)
 
ComplexRowVector operator- (const ComplexRowVector &v1, const RowVector &v2)
 
ComplexRowVector product (const ComplexRowVector &v1, const RowVector &v2)
 
ComplexRowVector quotient (const ComplexRowVector &v1, const RowVector &v2)
 

Function Documentation

ComplexRowVector operator+ ( const ComplexRowVector v1,
const RowVector v2 
)

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

ComplexRowVector operator- ( const ComplexRowVector v1,
const RowVector v2 
)

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

ComplexRowVector product ( const ComplexRowVector v1,
const RowVector v2 
)

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

ComplexRowVector quotient ( const ComplexRowVector v1,
const RowVector v2 
)

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