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

Go to the source code of this file.

Classes

class  FloatRowVector
 

Functions

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

Function Documentation

◆ linspace()

OCTAVE_API FloatRowVector linspace ( float  x1,
float  x2,
octave_idx_type  n 
)

Definition at line 267 of file fRowVector.cc.

References i, and retval.

◆ operator*() [1/4]

float OCTAVE_API operator* ( const FloatRowVector a,
const FloatColumnVector b 
)

◆ operator*() [2/4]

Complex OCTAVE_API operator* ( const FloatRowVector a,
const ComplexColumnVector b 
)

◆ operator*() [3/4]

FloatRowVector operator* ( const FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator*() [4/4]

FloatRowVector operator* ( const float x,
const FloatRowVector y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator*=()

FloatRowVector operator*= ( FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator+() [1/4]

FloatRowVector operator+ ( const float x,
const FloatRowVector y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator+() [2/4]

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

Definition at line 122 of file fRowVector.h.

◆ operator+() [3/4]

FloatRowVector operator+ ( const FloatRowVector x)
inline

Definition at line 122 of file fRowVector.h.

◆ operator+() [4/4]

FloatRowVector operator+ ( const FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator+=() [1/2]

FloatRowVector operator+= ( FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator+=() [2/2]

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

Definition at line 122 of file fRowVector.h.

◆ operator-() [1/4]

FloatRowVector operator- ( const float x,
const FloatRowVector y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator-() [2/4]

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

Definition at line 122 of file fRowVector.h.

◆ operator-() [3/4]

FloatRowVector operator- ( const FloatRowVector x)
inline

Definition at line 122 of file fRowVector.h.

◆ operator-() [4/4]

FloatRowVector operator- ( const FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator-=() [1/2]

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

Definition at line 122 of file fRowVector.h.

◆ operator-=() [2/2]

FloatRowVector operator-= ( FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator/() [1/2]

FloatRowVector operator/ ( const FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator/() [2/2]

FloatRowVector operator/ ( const float x,
const FloatRowVector y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ operator/=()

FloatRowVector operator/= ( FloatRowVector x,
const float y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ product()

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

Definition at line 122 of file fRowVector.h.

◆ product_eq()

FloatRowVector product_eq ( FloatRowVector x,
const FloatRowVector y 
)
inline

Definition at line 122 of file fRowVector.h.

◆ quotient()

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

Definition at line 122 of file fRowVector.h.

◆ quotient_eq()

FloatRowVector quotient_eq ( FloatRowVector x,
const FloatRowVector y 
)
inline

Definition at line 122 of file fRowVector.h.