#include "MArray.h"
#include "mx-defs.h"
Go to the source code of this file.
Classes | |
class | RowVector |
Defines | |
#define | octave_RowVector_h 1 |
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) |
#define octave_RowVector_h 1 |
OCTAVE_API RowVector linspace | ( | double | x1, | |
double | x2, | |||
octave_idx_type | n | |||
) |
Complex OCTAVE_API operator* | ( | const RowVector & | a, | |
const ComplexColumnVector & | b | |||
) |
double OCTAVE_API operator* | ( | const RowVector & | a, | |
const ColumnVector & | b | |||
) |