#include <iostream>
#include "Array-util.h"
#include "f77-fcn.h"
#include "functor.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) |
F77_RET_T | F77_FUNC (xzdotu, XZDOTU)(const octave_idx_type & |
F77_RET_T | F77_FUNC (zgemv, ZGEMV)(F77_CONST_CHAR_ARG_DECL |
ComplexRowVector | linspace (const Complex &x1, const Complex &x2, octave_idx_type n) |
Complex | operator* (const ComplexRowVector &v, const ColumnVector &a) |
ComplexRowVector | operator* (const ComplexRowVector &v, const ComplexMatrix &a) |
ComplexRowVector | operator* (const RowVector &v, const ComplexMatrix &a) |
Complex | operator* (const ComplexRowVector &v, const ComplexColumnVector &a) |
std::ostream & | operator<< (std::ostream &os, const ComplexRowVector &a) |
std::istream & | operator>> (std::istream &is, ComplexRowVector &a) |
Variables | |
F77_RET_T const octave_idx_type const octave_idx_type const Complex const Complex const octave_idx_type const Complex const octave_idx_type const Complex Complex const octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
ComplexRowVector conj | ( | const ComplexRowVector & | a | ) |
Definition at line 235 of file CRowVector.cc.
F77_RET_T F77_FUNC | ( | xzdotu | , | |
XZDOTU | ||||
) | const |
F77_RET_T F77_FUNC | ( | zgemv | , | |
ZGEMV | ||||
) |
ComplexRowVector linspace | ( | const Complex & | x1, | |
const Complex & | x2, | |||
octave_idx_type | n | |||
) |
Definition at line 462 of file CRowVector.cc.
Complex operator* | ( | const ComplexRowVector & | v, | |
const ColumnVector & | a | |||
) |
Definition at line 436 of file CRowVector.cc.
ComplexRowVector operator* | ( | const ComplexRowVector & | v, | |
const ComplexMatrix & | a | |||
) |
Definition at line 317 of file CRowVector.cc.
References Array< T >::cols(), Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), ComplexRowVector::resize(), and Array< T >::rows().
ComplexRowVector operator* | ( | const RowVector & | v, | |
const ComplexMatrix & | a | |||
) |
Definition at line 352 of file CRowVector.cc.
Complex operator* | ( | const ComplexRowVector & | v, | |
const ComplexColumnVector & | a | |||
) |
Definition at line 443 of file CRowVector.cc.
References Array< T >::data(), F77_FUNC(), gripe_nonconformant(), Array< T >::length(), and xzdotu().
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexRowVector & | a | |||
) |
Definition at line 403 of file CRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
std::istream& operator>> | ( | std::istream & | is, | |
ComplexRowVector & | a | |||
) |
Definition at line 412 of file CRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
F77_RET_T const octave_idx_type const octave_idx_type const Complex const Complex const octave_idx_type const Complex const octave_idx_type const Complex Complex const octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 44 of file CRowVector.cc.