Navigation

Operators and Keywords

Function List:

C++ API

fRowVector.h File Reference

#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

Defines

#define octave_FloatRowVector_h   1

Functions

float OCTAVE_API operator* (const FloatRowVector &a, const FloatColumnVector &b)
Complex OCTAVE_API operator* (const FloatRowVector &a, const ComplexColumnVector &b)
OCTAVE_API FloatRowVector linspace (float x1, float x2, octave_idx_type n)

Define Documentation

#define octave_FloatRowVector_h   1


Function Documentation

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

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

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