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
CRowVector.h File Reference
#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

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

Definition at line 463 of file CRowVector.cc.

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

Definition at line 437 of file CRowVector.cc.

Complex OCTAVE_API operator* ( const ComplexRowVector a,
const ComplexColumnVector b 
)
ComplexRowVector operator* ( const ComplexRowVector x,
const Complex y 
)
inline

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

ComplexRowVector operator+ ( const ComplexRowVector x)
inline

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

ComplexRowVector operator- ( const ComplexRowVector x)
inline

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

ComplexRowVector product_eq ( ComplexRowVector x,
const ComplexRowVector y 
)
inline

Definition at line 140 of file CRowVector.h.

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

Definition at line 140 of file CRowVector.h.

ComplexRowVector quotient_eq ( ComplexRowVector x,
const ComplexRowVector y 
)
inline

Definition at line 140 of file CRowVector.h.