![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 (zgemv, ZGEMV)(F77_CONST_CHAR_ARG_DECL |
| F77_RET_T | F77_FUNC (xzdotu, XZDOTU)(const octave_idx_type & |
| ComplexRowVector | linspace (const Complex &x1, const Complex &x2, octave_idx_type n) |
| ComplexRowVector | operator* (const ComplexRowVector &v, const ComplexMatrix &a) |
| ComplexRowVector | operator* (const RowVector &v, const ComplexMatrix &a) |
| Complex | operator* (const ComplexRowVector &v, const ColumnVector &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 236 of file CRowVector.cc.
| F77_RET_T F77_FUNC | ( | zgemv | , |
| ZGEMV | |||
| ) |
| ComplexRowVector linspace | ( | const Complex & | x1, |
| const Complex & | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 463 of file CRowVector.cc.
| ComplexRowVector operator* | ( | const ComplexRowVector & | v, |
| const ComplexMatrix & | a | ||
| ) |
Definition at line 318 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 353 of file CRowVector.cc.
| Complex operator* | ( | const ComplexRowVector & | v, |
| const ColumnVector & | a | ||
| ) |
Definition at line 437 of file CRowVector.cc.
| Complex operator* | ( | const ComplexRowVector & | v, |
| const ComplexColumnVector & | a | ||
| ) |
Definition at line 444 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 404 of file CRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
| std::istream& operator>> | ( | std::istream & | is, |
| ComplexRowVector & | a | ||
| ) |
Definition at line 413 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.
1.8.1.2