#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.
FloatComplexRowVector conj | ( | const FloatComplexRowVector & | a | ) |
Definition at line 235 of file fCRowVector.cc.
F77_RET_T F77_FUNC | ( | xcdotu | , | |
XCDOTU | ||||
) | const |
F77_RET_T F77_FUNC | ( | cgemv | , | |
CGEMV | ||||
) |
FloatComplexRowVector linspace | ( | const FloatComplex & | x1, | |
const FloatComplex & | x2, | |||
octave_idx_type | n | |||
) |
Definition at line 462 of file fCRowVector.cc.
References f.
FloatComplex operator* | ( | const FloatComplexRowVector & | v, | |
const FloatColumnVector & | a | |||
) |
Definition at line 436 of file fCRowVector.cc.
FloatComplexRowVector operator* | ( | const FloatComplexRowVector & | v, | |
const FloatComplexMatrix & | a | |||
) |
Definition at line 317 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 352 of file fCRowVector.cc.
FloatComplex operator* | ( | const FloatComplexRowVector & | v, | |
const FloatComplexColumnVector & | a | |||
) |
Definition at line 443 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 403 of file fCRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
std::istream& operator>> | ( | std::istream & | is, | |
FloatComplexRowVector & | a | |||
) |
Definition at line 412 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.