#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 (dgemv, DGEMV)(F77_CONST_CHAR_ARG_DECL |
ColumnVector | real (const ComplexColumnVector &a) |
ColumnVector | imag (const ComplexColumnVector &a) |
ColumnVector | operator* (const Matrix &m, const ColumnVector &a) |
ColumnVector | operator* (const DiagMatrix &m, const ColumnVector &a) |
std::ostream & | operator<< (std::ostream &os, const ColumnVector &a) |
std::istream & | operator>> (std::istream &is, ColumnVector &a) |
Variables | |
F77_RET_T const octave_idx_type const octave_idx_type const double const double const octave_idx_type const double const octave_idx_type const double double const octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
F77_RET_T F77_FUNC | ( | dgemv | , | |
DGEMV | ||||
) |
ColumnVector imag | ( | const ComplexColumnVector & | a | ) |
ColumnVector operator* | ( | const DiagMatrix & | m, | |
const ColumnVector & | a | |||
) |
ColumnVector operator* | ( | const Matrix & | m, | |
const ColumnVector & | a | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const ColumnVector & | a | |||
) |
std::istream& operator>> | ( | std::istream & | is, | |
ColumnVector & | a | |||
) |
ColumnVector real | ( | const ComplexColumnVector & | a | ) |