GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
dRowVector.h File Reference
#include "octave-config.h"
#include "MArray.h"
#include "mx-defs.h"

Go to the source code of this file.

Classes

class  RowVector
 

Functions

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

Function Documentation

◆ linspace()

RowVector linspace ( double  x1,
double  x2,
octave_idx_type  n 
)

◆ operator*() [1/4]

RowVector operator* ( const double &  x,
const RowVector y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator*() [2/4]

double operator* ( const RowVector a,
const ColumnVector b 
)

◆ operator*() [3/4]

Complex operator* ( const RowVector a,
const ComplexColumnVector b 
)

Definition at line 348 of file dRowVector.cc.

◆ operator*() [4/4]

RowVector operator* ( const RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator*=()

RowVector operator*= ( RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator+() [1/4]

RowVector operator+ ( const double &  x,
const RowVector y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator+() [2/4]

RowVector operator+ ( const RowVector x)
inline

Definition at line 123 of file dRowVector.h.

◆ operator+() [3/4]

RowVector operator+ ( const RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator+() [4/4]

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

Definition at line 123 of file dRowVector.h.

◆ operator+=() [1/2]

RowVector operator+= ( RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator+=() [2/2]

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

Definition at line 123 of file dRowVector.h.

◆ operator-() [1/4]

RowVector operator- ( const double &  x,
const RowVector y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator-() [2/4]

RowVector operator- ( const RowVector x)
inline

Definition at line 123 of file dRowVector.h.

◆ operator-() [3/4]

RowVector operator- ( const RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator-() [4/4]

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

Definition at line 123 of file dRowVector.h.

◆ operator-=() [1/2]

RowVector operator-= ( RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator-=() [2/2]

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

Definition at line 123 of file dRowVector.h.

◆ operator/() [1/2]

RowVector operator/ ( const double &  x,
const RowVector y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator/() [2/2]

RowVector operator/ ( const RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ operator/=()

RowVector operator/= ( RowVector x,
const double &  y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ product()

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

Definition at line 123 of file dRowVector.h.

◆ product_eq()

RowVector product_eq ( RowVector x,
const RowVector y 
)
inline

Definition at line 123 of file dRowVector.h.

◆ quotient()

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

Definition at line 123 of file dRowVector.h.

◆ quotient_eq()

RowVector quotient_eq ( RowVector x,
const RowVector y 
)
inline

Definition at line 123 of file dRowVector.h.