GNU Octave  3.8.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
dRowVector.h File Reference
#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 294 of file dRowVector.cc.

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

Definition at line 329 of file dRowVector.cc.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

RowVector operator+ ( const RowVector x)
inline

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

RowVector operator- ( const RowVector x)
inline

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

RowVector product_eq ( RowVector x,
const RowVector y 
)
inline

Definition at line 117 of file dRowVector.h.

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

Definition at line 117 of file dRowVector.h.

RowVector quotient_eq ( RowVector x,
const RowVector y 
)
inline

Definition at line 117 of file dRowVector.h.