#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"
FloatComplexRowVector conj | ( | const FloatComplexRowVector & | a | ) |
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 | |||
) |
FloatComplex operator* | ( | const FloatComplexRowVector & | v, | |
const FloatComplexColumnVector & | a | |||
) |
FloatComplex operator* | ( | const FloatComplexRowVector & | v, | |
const FloatColumnVector & | a | |||
) |
FloatComplexRowVector operator* | ( | const FloatRowVector & | v, | |
const FloatComplexMatrix & | a | |||
) |
FloatComplexRowVector operator* | ( | const FloatComplexRowVector & | v, | |
const FloatComplexMatrix & | a | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatComplexRowVector & | a | |||
) |
std::istream& operator>> | ( | std::istream & | is, | |
FloatComplexRowVector & | a | |||
) |