#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 | |
ComplexRowVector | conj (const ComplexRowVector &a) |
ComplexRowVector | linspace (const Complex &x1, const Complex &x2, octave_idx_type n_in) |
Complex | operator* (const ComplexRowVector &v, const ColumnVector &a) |
Complex | operator* (const ComplexRowVector &v, const ComplexColumnVector &a) |
ComplexRowVector | operator* (const ComplexRowVector &v, const ComplexMatrix &a) |
ComplexRowVector | operator* (const RowVector &v, const ComplexMatrix &a) |
std::ostream & | operator<< (std::ostream &os, const ComplexRowVector &a) |
std::istream & | operator>> (std::istream &is, ComplexRowVector &a) |
ComplexRowVector conj | ( | const ComplexRowVector & | a | ) |
Definition at line 208 of file CRowVector.cc.
Referenced by ComplexRowVector::hermitian().
ComplexRowVector linspace | ( | const Complex & | x1, |
const Complex & | x2, | ||
octave_idx_type | n_in | ||
) |
Definition at line 428 of file CRowVector.cc.
References ComplexRowVector::clear(), isinf(), isnan(), n, NaN, ComplexRowVector::resize(), and Array< T, Alloc >::xelem().
Complex operator* | ( | const ComplexRowVector & | v, |
const ColumnVector & | a | ||
) |
Definition at line 401 of file CRowVector.cc.
Complex operator* | ( | const ComplexRowVector & | v, |
const ComplexColumnVector & | a | ||
) |
Definition at line 408 of file CRowVector.cc.
References Array< T, Alloc >::data(), err_nonconformant(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_FUNC(), len, Array< T, Alloc >::numel(), and xzdotu().
ComplexRowVector operator* | ( | const ComplexRowVector & | v, |
const ComplexMatrix & | a | ||
) |
Definition at line 284 of file CRowVector.cc.
ComplexRowVector operator* | ( | const RowVector & | v, |
const ComplexMatrix & | a | ||
) |
Definition at line 317 of file CRowVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const ComplexRowVector & | a | ||
) |
Definition at line 367 of file CRowVector.cc.
std::istream& operator>> | ( | std::istream & | is, |
ComplexRowVector & | a | ||
) |
Definition at line 377 of file CRowVector.cc.