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

Go to the source code of this file.

Functions

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

Function Documentation

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

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

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

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

FloatComplexRowVector product ( const FloatComplexRowVector v1,
const FloatRowVector v2 
)

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

FloatComplexRowVector quotient ( const FloatComplexRowVector v1,
const FloatRowVector v2 
)

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