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
Classes | Functions
fCRowVector.h File Reference
#include "MArray.h"
#include "fRowVector.h"
#include "mx-defs.h"
Include dependency graph for fCRowVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FloatComplexRowVector
 

Functions

OCTAVE_API FloatComplexRowVector linspace (const FloatComplex &x1, const FloatComplex &x2, octave_idx_type n)
 
FloatComplex OCTAVE_API operator* (const FloatComplexRowVector &a, const ColumnVector &b)
 
FloatComplex OCTAVE_API operator* (const FloatComplexRowVector &a, const FloatComplexColumnVector &b)
 
FloatComplexRowVector operator* (const FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator* (const FloatComplex &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator*= (FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator+ (const FloatComplex &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator+ (const FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator+ (const FloatComplexRowVector &x)
 
FloatComplexRowVector operator+ (const FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator+= (FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator+= (FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator- (const FloatComplex &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator- (const FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator- (const FloatComplexRowVector &x)
 
FloatComplexRowVector operator- (const FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator-= (FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator-= (FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator/ (const FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector operator/ (const FloatComplex &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector operator/= (FloatComplexRowVector &x, const FloatComplex &y)
 
FloatComplexRowVector product (const FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector product_eq (FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector quotient (const FloatComplexRowVector &x, const FloatComplexRowVector &y)
 
FloatComplexRowVector quotient_eq (FloatComplexRowVector &x, const FloatComplexRowVector &y)
 

Function Documentation

OCTAVE_API FloatComplexRowVector linspace ( const FloatComplex x1,
const FloatComplex x2,
octave_idx_type  n 
)

Definition at line 464 of file fCRowVector.cc.

References f.

FloatComplex OCTAVE_API operator* ( const FloatComplexRowVector a,
const ColumnVector b 
)
FloatComplex OCTAVE_API operator* ( const FloatComplexRowVector a,
const FloatComplexColumnVector b 
)
FloatComplexRowVector operator* ( const FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator* ( const FloatComplex x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator*= ( FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator+ ( const FloatComplex x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator+ ( const FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator+ ( const FloatComplexRowVector x)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator+ ( const FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator+= ( FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator+= ( FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator- ( const FloatComplex x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator- ( const FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator- ( const FloatComplexRowVector x)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator- ( const FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator-= ( FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator-= ( FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator/ ( const FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator/ ( const FloatComplex x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector operator/= ( FloatComplexRowVector x,
const FloatComplex y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector product ( const FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector product_eq ( FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector quotient ( const FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.

FloatComplexRowVector quotient_eq ( FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 147 of file fCRowVector.h.