Navigation

Operators and Keywords

Function List:

C++ API

CRowVector.h File Reference

#include "MArray.h"
#include "mx-defs.h"

Include dependency graph for CRowVector.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  ComplexRowVector

Defines

#define octave_ComplexRowVector_h   1

Functions

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

Define Documentation

#define octave_ComplexRowVector_h   1


Function Documentation

OCTAVE_API ComplexRowVector linspace ( const Complex x1,
const Complex x2,
octave_idx_type  n 
)

Complex operator* ( const ComplexRowVector a,
const ComplexColumnVector b 
)

Complex operator* ( const ComplexRowVector a,
const ColumnVector b 
)