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