#include "MArray.h"
#include "mx-defs.h"
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 octave_ComplexRowVector_h 1 |
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 | |||
) |