#include <istream>#include <ostream>#include <type_traits>#include "Array-util.h"#include "lo-blas-proto.h"#include "lo-error.h"#include "mx-base.h"#include "mx-inlines.cc"#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
| FloatComplexRowVector | conj (const FloatComplexRowVector &a) |
| FloatComplexRowVector | linspace (const FloatComplex &x1, const FloatComplex &x2, octave_idx_type n_in) |
| FloatComplex | operator* (const FloatComplexRowVector &v, const FloatColumnVector &a) |
| FloatComplex | operator* (const FloatComplexRowVector &v, const FloatComplexColumnVector &a) |
| FloatComplexRowVector | operator* (const FloatComplexRowVector &v, const FloatComplexMatrix &a) |
| FloatComplexRowVector | operator* (const FloatRowVector &v, const FloatComplexMatrix &a) |
| std::ostream & | operator<< (std::ostream &os, const FloatComplexRowVector &a) |
| std::istream & | operator>> (std::istream &is, FloatComplexRowVector &a) |
| FloatComplexRowVector conj | ( | const FloatComplexRowVector & | a | ) |
Definition at line 209 of file fCRowVector.cc.
Referenced by FloatComplexRowVector::hermitian().
| FloatComplexRowVector linspace | ( | const FloatComplex & | x1, |
| const FloatComplex & | x2, | ||
| octave_idx_type | n_in | ||
| ) |
Definition at line 430 of file fCRowVector.cc.
References FloatComplexRowVector::clear(), n, FloatComplexRowVector::resize(), and Array< T, Alloc >::xelem().
| FloatComplex operator* | ( | const FloatComplexRowVector & | v, |
| const FloatColumnVector & | a | ||
| ) |
Definition at line 402 of file fCRowVector.cc.
| FloatComplex operator* | ( | const FloatComplexRowVector & | v, |
| const FloatComplexColumnVector & | a | ||
| ) |
Definition at line 409 of file fCRowVector.cc.
References Array< T, Alloc >::data(), err_nonconformant(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), len, Array< T, Alloc >::numel(), and xcdotu().
| FloatComplexRowVector operator* | ( | const FloatComplexRowVector & | v, |
| const FloatComplexMatrix & | a | ||
| ) |
Definition at line 285 of file fCRowVector.cc.
| FloatComplexRowVector operator* | ( | const FloatRowVector & | v, |
| const FloatComplexMatrix & | a | ||
| ) |
Definition at line 318 of file fCRowVector.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatComplexRowVector & | a | ||
| ) |
Definition at line 368 of file fCRowVector.cc.
| std::istream& operator>> | ( | std::istream & | is, |
| FloatComplexRowVector & | a | ||
| ) |
Definition at line 378 of file fCRowVector.cc.