GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fCRowVector.h File Reference
#include "octave-config.h"
#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

◆ linspace()

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

Definition at line 426 of file fCRowVector.cc.

References f, i, and retval.

◆ operator*() [1/4]

FloatComplex OCTAVE_API operator* ( const FloatComplexRowVector a,
const ColumnVector b 
)

◆ operator*() [2/4]

◆ operator*() [3/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator*() [4/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator*=()

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

Definition at line 148 of file fCRowVector.h.

◆ operator+() [1/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator+() [2/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator+() [3/4]

FloatComplexRowVector operator+ ( const FloatComplexRowVector x)
inline

Definition at line 148 of file fCRowVector.h.

◆ operator+() [4/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator+=() [1/2]

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

Definition at line 148 of file fCRowVector.h.

◆ operator+=() [2/2]

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

Definition at line 148 of file fCRowVector.h.

◆ operator-() [1/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator-() [2/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator-() [3/4]

FloatComplexRowVector operator- ( const FloatComplexRowVector x)
inline

Definition at line 148 of file fCRowVector.h.

◆ operator-() [4/4]

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

Definition at line 148 of file fCRowVector.h.

◆ operator-=() [1/2]

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

Definition at line 148 of file fCRowVector.h.

◆ operator-=() [2/2]

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

Definition at line 148 of file fCRowVector.h.

◆ operator/() [1/2]

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

Definition at line 148 of file fCRowVector.h.

◆ operator/() [2/2]

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

Definition at line 148 of file fCRowVector.h.

◆ operator/=()

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

Definition at line 148 of file fCRowVector.h.

◆ product()

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

Definition at line 148 of file fCRowVector.h.

◆ product_eq()

FloatComplexRowVector product_eq ( FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 148 of file fCRowVector.h.

◆ quotient()

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

Definition at line 148 of file fCRowVector.h.

◆ quotient_eq()

FloatComplexRowVector quotient_eq ( FloatComplexRowVector x,
const FloatComplexRowVector y 
)
inline

Definition at line 148 of file fCRowVector.h.