#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"
Functions | |
F77_RET_T | F77_FUNC (zgemv, ZGEMV)(F77_CONST_CHAR_ARG_DECL |
F77_RET_T | F77_FUNC (xzdotu, XZDOTU)(const octave_idx_type & |
ComplexRowVector | conj (const ComplexRowVector &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) |
Complex | operator* (const ComplexRowVector &v, const ColumnVector &a) |
Complex | operator* (const ComplexRowVector &v, const ComplexColumnVector &a) |
ComplexRowVector | linspace (const Complex &x1, const Complex &x2, octave_idx_type n) |
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 | ) |
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 | |||
) |
Complex operator* | ( | const ComplexRowVector & | v, | |
const ComplexColumnVector & | a | |||
) |
Complex operator* | ( | const ComplexRowVector & | v, | |
const ColumnVector & | a | |||
) |
ComplexRowVector operator* | ( | const RowVector & | v, | |
const ComplexMatrix & | a | |||
) |
ComplexRowVector operator* | ( | const ComplexRowVector & | v, | |
const ComplexMatrix & | a | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexRowVector & | a | |||
) |
std::istream& operator>> | ( | std::istream & | is, | |
ComplexRowVector & | a | |||
) |