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-frv-fcrv.cc File Reference
#include "Array-util.h"
#include "vx-frv-fcrv.h"
#include "mx-op-defs.h"
#include "fCRowVector.h"
#include "fRowVector.h"
Include dependency graph for vx-frv-fcrv.cc:

Go to the source code of this file.

Functions

FloatComplexRowVector operator+ (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 
FloatComplexRowVector operator- (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 
FloatComplexRowVector product (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 
FloatComplexRowVector quotient (const FloatRowVector &v1, const FloatComplexRowVector &v2)
 

Function Documentation

FloatComplexRowVector operator+ ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.

FloatComplexRowVector operator- ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.

FloatComplexRowVector product ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.

FloatComplexRowVector quotient ( const FloatRowVector v1,
const FloatComplexRowVector v2 
)

Definition at line 10 of file vx-frv-fcrv.cc.