#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 | |
FloatColumnVector | imag (const FloatComplexColumnVector &a) |
FloatColumnVector | operator* (const FloatDiagMatrix &m, const FloatColumnVector &a) |
FloatColumnVector | operator* (const FloatMatrix &m, const FloatColumnVector &a) |
std::ostream & | operator<< (std::ostream &os, const FloatColumnVector &a) |
std::istream & | operator>> (std::istream &is, FloatColumnVector &a) |
FloatColumnVector | real (const FloatComplexColumnVector &a) |
FloatColumnVector imag | ( | const FloatComplexColumnVector & | a | ) |
Definition at line 143 of file fColVector.cc.
References len, Array< T >::make_unique(), and Array< T >::xelem().
FloatColumnVector operator* | ( | const FloatDiagMatrix & | m, |
const FloatColumnVector & | a | ||
) |
Definition at line 214 of file fColVector.cc.
FloatColumnVector operator* | ( | const FloatMatrix & | m, |
const FloatColumnVector & | a | ||
) |
Definition at line 179 of file fColVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatColumnVector & | a | ||
) |
Definition at line 276 of file fColVector.cc.
std::istream& operator>> | ( | std::istream & | is, |
FloatColumnVector & | a | ||
) |
Definition at line 286 of file fColVector.cc.
FloatColumnVector real | ( | const FloatComplexColumnVector & | a | ) |
Definition at line 137 of file fColVector.cc.