Navigation

Operators and Keywords

Function List:

C++ API

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

double OCTAVE_API operator* (const RowVector &a, const ColumnVector &b)
Complex OCTAVE_API operator* (const RowVector &a, const ComplexColumnVector &b)
OCTAVE_API RowVector linspace (double x1, double x2, octave_idx_type n)

Function Documentation

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 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines