#include "MArray.h"
#include "fRowVector.h"
#include "mx-defs.h"
Go to the source code of this file.
Classes | |
class | FloatComplexRowVector |
Functions | |
OCTAVE_API FloatComplexRowVector | linspace (const FloatComplex &x1, const FloatComplex &x2, octave_idx_type n) |
FloatComplex OCTAVE_API | operator* (const FloatComplexRowVector &a, const ColumnVector &b) |
FloatComplex OCTAVE_API | operator* (const FloatComplexRowVector &a, const FloatComplexColumnVector &b) |
OCTAVE_API FloatComplexRowVector linspace | ( | const FloatComplex & | x1, | |
const FloatComplex & | x2, | |||
octave_idx_type | n | |||
) |
Definition at line 462 of file CRowVector.cc.
References f.
FloatComplex OCTAVE_API operator* | ( | const FloatComplexRowVector & | a, | |
const ColumnVector & | b | |||
) |
FloatComplex OCTAVE_API operator* | ( | const FloatComplexRowVector & | a, | |
const FloatComplexColumnVector & | b | |||
) |
Definition at line 443 of file fCRowVector.cc.
References Array< T >::data(), F77_FUNC(), gripe_nonconformant(), Array< T >::length(), and xcdotu().