#include <istream>
#include <ostream>
#include "Array-util.h"
#include "lo-blas-proto.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 | |
FloatComplexColumnVector | conj (const FloatComplexColumnVector &a) |
FloatComplexColumnVector | operator* (const FloatComplexDiagMatrix &m, const FloatColumnVector &a) |
FloatComplexColumnVector | operator* (const FloatComplexDiagMatrix &m, const FloatComplexColumnVector &a) |
FloatComplexColumnVector | operator* (const FloatComplexMatrix &m, const FloatColumnVector &a) |
FloatComplexColumnVector | operator* (const FloatComplexMatrix &m, const FloatComplexColumnVector &a) |
FloatComplexColumnVector | operator* (const FloatDiagMatrix &m, const FloatComplexColumnVector &a) |
FloatComplexColumnVector | operator* (const FloatMatrix &m, const FloatComplexColumnVector &a) |
std::ostream & | operator<< (std::ostream &os, const FloatComplexColumnVector &a) |
std::istream & | operator>> (std::istream &is, FloatComplexColumnVector &a) |
FloatComplexColumnVector conj | ( | const FloatComplexColumnVector & | a | ) |
Definition at line 219 of file fCColVector.cc.
Referenced by FloatComplexColumnVector::hermitian().
FloatComplexColumnVector operator* | ( | const FloatComplexDiagMatrix & | m, |
const FloatColumnVector & | a | ||
) |
Definition at line 372 of file fCColVector.cc.
References Array< T, Alloc >::elem(), err_nonconformant(), m, and Array< T, Alloc >::numel().
FloatComplexColumnVector operator* | ( | const FloatComplexDiagMatrix & | m, |
const FloatComplexColumnVector & | a | ||
) |
Definition at line 397 of file fCColVector.cc.
FloatComplexColumnVector operator* | ( | const FloatComplexMatrix & | m, |
const FloatColumnVector & | a | ||
) |
Definition at line 296 of file fCColVector.cc.
FloatComplexColumnVector operator* | ( | const FloatComplexMatrix & | m, |
const FloatComplexColumnVector & | a | ||
) |
Definition at line 303 of file fCColVector.cc.
FloatComplexColumnVector operator* | ( | const FloatDiagMatrix & | m, |
const FloatComplexColumnVector & | a | ||
) |
Definition at line 347 of file fCColVector.cc.
FloatComplexColumnVector operator* | ( | const FloatMatrix & | m, |
const FloatComplexColumnVector & | a | ||
) |
Definition at line 338 of file fCColVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatComplexColumnVector & | a | ||
) |
Definition at line 465 of file fCColVector.cc.
std::istream& operator>> | ( | std::istream & | is, |
FloatComplexColumnVector & | a | ||
) |
Definition at line 475 of file fCColVector.cc.