Classes | Functions

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

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)

Function Documentation

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

Definition at line 294 of file fRowVector.cc.

float OCTAVE_API operator* ( const FloatRowVector a,
const FloatColumnVector b 
)
Complex OCTAVE_API operator* ( const FloatRowVector a,
const ComplexColumnVector b 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines