![]() |
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 | |
| FloatComplexRowVector | conj (const FloatComplexRowVector &a) |
| F77_RET_T | F77_FUNC (cgemv, CGEMV)(F77_CONST_CHAR_ARG_DECL |
| F77_RET_T | F77_FUNC (xcdotu, XCDOTU)(const octave_idx_type & |
| FloatComplexRowVector | linspace (const FloatComplex &x1, const FloatComplex &x2, octave_idx_type n) |
| FloatComplexRowVector | operator* (const FloatComplexRowVector &v, const FloatComplexMatrix &a) |
| FloatComplexRowVector | operator* (const FloatRowVector &v, const FloatComplexMatrix &a) |
| FloatComplex | operator* (const FloatComplexRowVector &v, const FloatColumnVector &a) |
| FloatComplex | operator* (const FloatComplexRowVector &v, const FloatComplexColumnVector &a) |
| std::ostream & | operator<< (std::ostream &os, const FloatComplexRowVector &a) |
| std::istream & | operator>> (std::istream &is, FloatComplexRowVector &a) |
Variables | |
| F77_RET_T const octave_idx_type const octave_idx_type const FloatComplex const FloatComplex const octave_idx_type const FloatComplex const octave_idx_type const FloatComplex FloatComplex const octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
| FloatComplexRowVector conj | ( | const FloatComplexRowVector & | a | ) |
Definition at line 237 of file fCRowVector.cc.
| F77_RET_T F77_FUNC | ( | cgemv | , |
| CGEMV | |||
| ) |
| FloatComplexRowVector linspace | ( | const FloatComplex & | x1, |
| const FloatComplex & | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 464 of file fCRowVector.cc.
References f.
| FloatComplexRowVector operator* | ( | const FloatComplexRowVector & | v, |
| const FloatComplexMatrix & | a | ||
| ) |
Definition at line 319 of file fCRowVector.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(), FloatComplexRowVector::resize(), and Array< T >::rows().
| FloatComplexRowVector operator* | ( | const FloatRowVector & | v, |
| const FloatComplexMatrix & | a | ||
| ) |
Definition at line 354 of file fCRowVector.cc.
| FloatComplex operator* | ( | const FloatComplexRowVector & | v, |
| const FloatColumnVector & | a | ||
| ) |
Definition at line 438 of file fCRowVector.cc.
| FloatComplex operator* | ( | const FloatComplexRowVector & | v, |
| const FloatComplexColumnVector & | a | ||
| ) |
Definition at line 445 of file fCRowVector.cc.
References Array< T >::data(), F77_FUNC(), gripe_nonconformant(), Array< T >::length(), and xcdotu().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatComplexRowVector & | a | ||
| ) |
Definition at line 405 of file fCRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
| std::istream& operator>> | ( | std::istream & | is, |
| FloatComplexRowVector & | a | ||
| ) |
Definition at line 414 of file fCRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
| F77_RET_T const octave_idx_type const octave_idx_type const FloatComplex const FloatComplex const octave_idx_type const FloatComplex const octave_idx_type const FloatComplex FloatComplex const octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 44 of file fCRowVector.cc.
1.8.1.2