GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
CRowVector.h File Reference
#include "octave-config.h"
#include "MArray.h"
#include "dRowVector.h"
#include "mx-defs.h"
Include dependency graph for CRowVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComplexRowVector
 

Functions

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

Function Documentation

◆ linspace()

OCTAVE_API ComplexRowVector linspace ( const Complex x1,
const Complex x2,
octave_idx_type  n 
)

Definition at line 424 of file CRowVector.cc.

References i, and retval.

◆ operator*() [1/4]

Complex OCTAVE_API operator* ( const ComplexRowVector a,
const ColumnVector b 
)

Definition at line 397 of file CRowVector.cc.

References a, and tmp.

◆ operator*() [2/4]

◆ operator*() [3/4]

ComplexRowVector operator* ( const ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator*() [4/4]

ComplexRowVector operator* ( const Complex x,
const ComplexRowVector y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator*=()

ComplexRowVector operator*= ( ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator+() [1/4]

ComplexRowVector operator+ ( const Complex x,
const ComplexRowVector y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator+() [2/4]

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

Definition at line 141 of file CRowVector.h.

◆ operator+() [3/4]

ComplexRowVector operator+ ( const ComplexRowVector x)
inline

Definition at line 141 of file CRowVector.h.

◆ operator+() [4/4]

ComplexRowVector operator+ ( const ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator+=() [1/2]

ComplexRowVector operator+= ( ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator+=() [2/2]

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

Definition at line 141 of file CRowVector.h.

◆ operator-() [1/4]

ComplexRowVector operator- ( const Complex x,
const ComplexRowVector y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator-() [2/4]

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

Definition at line 141 of file CRowVector.h.

◆ operator-() [3/4]

ComplexRowVector operator- ( const ComplexRowVector x)
inline

Definition at line 141 of file CRowVector.h.

◆ operator-() [4/4]

ComplexRowVector operator- ( const ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator-=() [1/2]

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

Definition at line 141 of file CRowVector.h.

◆ operator-=() [2/2]

ComplexRowVector operator-= ( ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator/() [1/2]

ComplexRowVector operator/ ( const ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator/() [2/2]

ComplexRowVector operator/ ( const Complex x,
const ComplexRowVector y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ operator/=()

ComplexRowVector operator/= ( ComplexRowVector x,
const Complex y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ product()

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

Definition at line 141 of file CRowVector.h.

◆ product_eq()

ComplexRowVector product_eq ( ComplexRowVector x,
const ComplexRowVector y 
)
inline

Definition at line 141 of file CRowVector.h.

◆ quotient()

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

Definition at line 141 of file CRowVector.h.

◆ quotient_eq()

ComplexRowVector quotient_eq ( ComplexRowVector x,
const ComplexRowVector y 
)
inline

Definition at line 141 of file CRowVector.h.