GNU Octave  4.2.1
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
dRowVector.h File Reference
#include "octave-config.h"
#include "MArray.h"
#include "mx-defs.h"
Include dependency graph for dRowVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RowVector
 

Functions

OCTAVE_API RowVector linspace (double x1, double x2, octave_idx_type n)
 
double OCTAVE_API operator* (const RowVector &a, const ColumnVector &b)
 
Complex OCTAVE_API operator* (const RowVector &a, const ComplexColumnVector &b)
 
RowVector operator* (const RowVector &x, const double &y)
 
RowVector operator* (const double &x, const RowVector &y)
 
RowVector operator*= (RowVector &x, const double &y)
 
RowVector operator+ (const double &x, const RowVector &y)
 
RowVector operator+ (const RowVector &x, const RowVector &y)
 
RowVector operator+ (const RowVector &x)
 
RowVector operator+ (const RowVector &x, const double &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 RowVector &y)
 
RowVector operator- (const RowVector &x)
 
RowVector operator- (const RowVector &x, const double &y)
 
RowVector operator-= (RowVector &x, const RowVector &y)
 
RowVector operator-= (RowVector &x, const double &y)
 
RowVector operator/ (const RowVector &x, const double &y)
 
RowVector operator/ (const double &x, const RowVector &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

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

Definition at line 268 of file dRowVector.cc.

References retval.

double OCTAVE_API operator* ( const RowVector a,
const ColumnVector b 
)
Complex OCTAVE_API operator* ( const RowVector a,
const ComplexColumnVector b 
)

Definition at line 309 of file dRowVector.cc.

References a, and tmp.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

RowVector operator+ ( const RowVector x)
inline

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

RowVector operator- ( const RowVector x)
inline

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

RowVector product_eq ( RowVector x,
const RowVector y 
)
inline

Definition at line 119 of file dRowVector.h.

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

Definition at line 119 of file dRowVector.h.

RowVector quotient_eq ( RowVector x,
const RowVector y 
)
inline

Definition at line 119 of file dRowVector.h.