#include <cpplapack.h>
Definition at line 2730 of file cpplapack.h.
_zgbmatrix::_zgbmatrix | ( | ) | [inline] |
_zgbmatrix constructor
Definition at line 26387 of file cpplapack.h.
_zgbmatrix::_zgbmatrix | ( | const _zgbmatrix & | mat | ) | [inline] |
_zgbmatrix copy constructor
Definition at line 26411 of file cpplapack.h.
_zgbmatrix::~_zgbmatrix | ( | ) | [inline] |
_zgbmatrix destructor
Definition at line 26438 of file cpplapack.h.
void _zgbmatrix::destroy | ( | ) | const [inline] |
destroy all the matrix data
Definition at line 26527 of file cpplapack.h.
std::complex< double > & _zgbmatrix::operator() | ( | const long & | i, | |
const long & | j | |||
) | const [inline] |
operator() for const object
Definition at line 26454 of file cpplapack.h.
void _zgbmatrix::write | ( | const char * | filename | ) | const [inline] |
Definition at line 26504 of file cpplapack.h.
friend class _zcovector [friend] |
Definition at line 2840 of file cpplapack.h.
friend class _zgematrix [friend] |
Definition at line 2835 of file cpplapack.h.
friend class _zhematrix [friend] |
Definition at line 2838 of file cpplapack.h.
friend class _zrovector [friend] |
Definition at line 2842 of file cpplapack.h.
_zgbmatrix conj | ( | const _zgbmatrix & | mat | ) | [friend] |
return its conjugate matrix
Definition at line 26602 of file cpplapack.h.
_zgbmatrix conjt | ( | const _zgbmatrix & | mat | ) | [friend] |
return its conjugate transposed zgbmatrix
Definition at line 26620 of file cpplapack.h.
_zgematrix i | ( | const _zgbmatrix & | mat | ) | [friend] |
return its inverse matrix
Definition at line 26567 of file cpplapack.h.
_zgbmatrix operator* | ( | const std::complex< double > & | d, | |
const _zgbmatrix & | mat | |||
) | [friend] |
std::complex<double>*_zgbmatrix operator
Definition at line 37579 of file cpplapack.h.
_zgbmatrix operator* | ( | const std::complex< double > & | d, | |
const zgbmatrix & | mat | |||
) | [friend] |
std::complex<double>*zgbmatrix operator
Definition at line 37563 of file cpplapack.h.
_zgbmatrix operator* | ( | const _zgbmatrix & | mat, | |
const std::complex< double > & | d | |||
) | [friend] |
_zgbmatrix*stdcomplex<double> operator
Definition at line 27607 of file cpplapack.h.
_zgbmatrix operator* | ( | const zgbmatrix & | mat, | |
const std::complex< double > & | d | |||
) | [friend] |
zgbmatrix*stdcomplex<double> operator
Definition at line 26351 of file cpplapack.h.
_zgbmatrix operator* | ( | const double & | d, | |
const _zgbmatrix & | mat | |||
) | [friend] |
double*_zgbmatrix operator
Definition at line 37421 of file cpplapack.h.
_zgbmatrix operator* | ( | const double & | d, | |
const zgbmatrix & | mat | |||
) | [friend] |
double*zgbmatrix operator
Definition at line 37406 of file cpplapack.h.
_zgbmatrix operator* | ( | const _zgbmatrix & | mat, | |
const double & | d | |||
) | [friend] |
_zgbmatrix*double operator
Definition at line 27582 of file cpplapack.h.
_zgbmatrix operator* | ( | const zgbmatrix & | mat, | |
const double & | d | |||
) | [friend] |
zgbmatrix*double operator
Definition at line 26286 of file cpplapack.h.
_zrovector operator* | ( | const _zrovector & | vec, | |
const _zgbmatrix & | mat | |||
) | [friend] |
_zrovector*_zgbmatrix operator
Definition at line 36974 of file cpplapack.h.
_zrovector operator* | ( | const zrovector & | vec, | |
const _zgbmatrix & | mat | |||
) | [friend] |
zrovector*_zgbmatrix operator
Definition at line 36018 of file cpplapack.h.
_zcovector operator* | ( | const _zgbmatrix & | mat, | |
const _zcovector & | vec | |||
) | [friend] |
_zgbmatrix*_zcovector operator
Definition at line 27552 of file cpplapack.h.
_zcovector operator* | ( | const _zgbmatrix & | mat, | |
const zcovector & | vec | |||
) | [friend] |
_zgbmatrix*zcovector operator
Definition at line 27525 of file cpplapack.h.
_zgematrix operator* | ( | const _zhematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zhematrix*_zgbmatrix operator
Definition at line 30088 of file cpplapack.h.
_zgematrix operator* | ( | const zhematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zhematrix*_zgbmatrix operator
Definition at line 28816 of file cpplapack.h.
_zgematrix operator* | ( | const _zgbmatrix & | matA, | |
const _zhematrix & | matB | |||
) | [friend] |
_zgbmatrix*_zhematrix operator
Definition at line 27292 of file cpplapack.h.
_zgematrix operator* | ( | const _zgbmatrix & | matA, | |
const zhematrix & | matB | |||
) | [friend] |
_zgbmatrix*zgematrix operator
Definition at line 27189 of file cpplapack.h.
_zgematrix operator* | ( | const _zgematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zgematrix*_zgbmatrix operator
Definition at line 23859 of file cpplapack.h.
_zgematrix operator* | ( | const zgematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zgematrix*_zgbmatrix operator
Definition at line 22482 of file cpplapack.h.
_zgematrix operator* | ( | const _zgbmatrix & | matA, | |
const _zgematrix & | matB | |||
) | [friend] |
_zgbmatrix*_zgematrix operator
Definition at line 26818 of file cpplapack.h.
_zgematrix operator* | ( | const _zgbmatrix & | matA, | |
const zgematrix & | matB | |||
) | [friend] |
_zgbmatrix*zgematrix operator
Definition at line 26725 of file cpplapack.h.
_zgbmatrix operator* | ( | const _zgbmatrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zgbmatrix*_zgbmatrix operator
Definition at line 27092 of file cpplapack.h.
_zgbmatrix operator* | ( | const _zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [friend] |
_zgbmatrix*zgbmatrix operator
Definition at line 26947 of file cpplapack.h.
_zgbmatrix operator* | ( | const zgbmatrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zgbmatrix*_zgbmatrix operator
Definition at line 25773 of file cpplapack.h.
_zgbmatrix operator* | ( | const zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [friend] |
zgbmatrix*zgbmatrix operator
Definition at line 25500 of file cpplapack.h.
_zgematrix operator+ | ( | const _zhematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zhematrix+_zgbmatrix operator
Definition at line 30020 of file cpplapack.h.
_zgematrix operator+ | ( | const zhematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zhematrix+_zgbmatrix operator
Definition at line 28750 of file cpplapack.h.
_zgematrix operator+ | ( | const _zgbmatrix & | matA, | |
const _zhematrix & | matB | |||
) | [friend] |
_zgbmatrix+_zhematrix operator
Definition at line 27224 of file cpplapack.h.
_zgematrix operator+ | ( | const _zgbmatrix & | matA, | |
const zhematrix & | matB | |||
) | [friend] |
_zgbmatrix+zhematrix operator
Definition at line 27129 of file cpplapack.h.
_zgematrix operator+ | ( | const _zgematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zgematrix+_zgbmatrix operator
Definition at line 23801 of file cpplapack.h.
_zgematrix operator+ | ( | const zgematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zgematrix+_zgbmatrix operator
Definition at line 22420 of file cpplapack.h.
_zgematrix operator+ | ( | const _zgbmatrix & | matA, | |
const _zgematrix & | matB | |||
) | [friend] |
_zgbmatrix+_zgematrix operator
Definition at line 26760 of file cpplapack.h.
_zgematrix operator+ | ( | const _zgbmatrix & | matA, | |
const zgematrix & | matB | |||
) | [friend] |
_zgbmatrix+zgematrix operator
Definition at line 26665 of file cpplapack.h.
_zgbmatrix operator+ | ( | const _zgbmatrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zgbmatrix+_zgbmatrix operator
Definition at line 26983 of file cpplapack.h.
_zgbmatrix operator+ | ( | const _zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [friend] |
_zgbmatrix+zgbmatrix operator
Definition at line 26854 of file cpplapack.h.
_zgbmatrix operator+ | ( | const zgbmatrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zgbmatrix+_zgbmatrix operator
Definition at line 25692 of file cpplapack.h.
_zgbmatrix operator+ | ( | const zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [friend] |
zgbmatrix+zgbmatrix operator
Definition at line 25432 of file cpplapack.h.
const _zgbmatrix& operator+ | ( | const _zgbmatrix & | mat | ) | [friend] |
+_zgbmatrix operator
Definition at line 26639 of file cpplapack.h.
_zgematrix operator- | ( | const _zhematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zhematrix-_zgbmatrix operator
Definition at line 30054 of file cpplapack.h.
_zgematrix operator- | ( | const zhematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zhematrix-_zgbmatrix operator
Definition at line 28783 of file cpplapack.h.
_zgematrix operator- | ( | const _zgbmatrix & | matA, | |
const _zhematrix & | matB | |||
) | [friend] |
_zgbmatrix-_zhematrix operator
Definition at line 27258 of file cpplapack.h.
_zgematrix operator- | ( | const _zgbmatrix & | matA, | |
const zhematrix & | matB | |||
) | [friend] |
_zgbmatrix-zgematrix operator
Definition at line 27159 of file cpplapack.h.
_zgematrix operator- | ( | const _zgematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zgematrix-_zgbmatrix operator
Definition at line 23830 of file cpplapack.h.
_zgematrix operator- | ( | const zgematrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zgematrix-_zgbmatrix operator
Definition at line 22451 of file cpplapack.h.
_zgematrix operator- | ( | const _zgbmatrix & | matA, | |
const _zgematrix & | matB | |||
) | [friend] |
_zgbmatrix-_zgematrix operator
Definition at line 26789 of file cpplapack.h.
_zgematrix operator- | ( | const _zgbmatrix & | matA, | |
const zgematrix & | matB | |||
) | [friend] |
_zgbmatrix-zgematrix operator
Definition at line 26695 of file cpplapack.h.
_zgbmatrix operator- | ( | const _zgbmatrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
_zgbmatrix-_zgbmatrix operator
Definition at line 27043 of file cpplapack.h.
_zgbmatrix operator- | ( | const _zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [friend] |
_zgbmatrix-zgbmatrix operator
Definition at line 26901 of file cpplapack.h.
_zgbmatrix operator- | ( | const zgbmatrix & | matA, | |
const _zgbmatrix & | matB | |||
) | [friend] |
zgbmatrix-_zgbmatrix operator
Definition at line 25738 of file cpplapack.h.
_zgbmatrix operator- | ( | const zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [friend] |
zgbmatrix-zgbmatrix operator
Definition at line 25466 of file cpplapack.h.
_zgbmatrix operator- | ( | const _zgbmatrix & | mat | ) | [friend] |
-_zgbmatrix operator
Definition at line 26651 of file cpplapack.h.
_zgbmatrix operator/ | ( | const _zgbmatrix & | mat, | |
const std::complex< double > & | d | |||
) | [friend] |
_zgbmatrix/stdcomplex<double> operator
Definition at line 27620 of file cpplapack.h.
_zgbmatrix operator/ | ( | const zgbmatrix & | mat, | |
const std::complex< double > & | d | |||
) | [friend] |
zgbmatrix/stdcomplex<double> operator
Definition at line 26368 of file cpplapack.h.
_zgbmatrix operator/ | ( | const _zgbmatrix & | mat, | |
const double & | d | |||
) | [friend] |
_zgbmatrix/double operator
Definition at line 27595 of file cpplapack.h.
_zgbmatrix operator/ | ( | const zgbmatrix & | mat, | |
const double & | d | |||
) | [friend] |
zgbmatrix/double operator
Definition at line 26303 of file cpplapack.h.
std::ostream& operator<< | ( | std::ostream & | s, | |
const _zgbmatrix & | mat | |||
) | [friend] |
Definition at line 26480 of file cpplapack.h.
_zgbmatrix t | ( | const _zgbmatrix & | mat | ) | [friend] |
return its transposed zgbmatrix
Definition at line 26547 of file cpplapack.h.
friend class zcovector [friend] |
Definition at line 2839 of file cpplapack.h.
friend class zgbmatrix [friend] |
Definition at line 2836 of file cpplapack.h.
friend class zgematrix [friend] |
Definition at line 2834 of file cpplapack.h.
friend class zhematrix [friend] |
Definition at line 2837 of file cpplapack.h.
friend class zrovector [friend] |
Definition at line 2841 of file cpplapack.h.
std::complex<double>* CPPL::_zgbmatrix::Array [mutable] |
std::complex<double>** CPPL::_zgbmatrix::Darray [mutable] |
long CPPL::_zgbmatrix::KL [mutable] |
long CPPL::_zgbmatrix::KU [mutable] |
long CPPL::_zgbmatrix::M [mutable] |
long CPPL::_zgbmatrix::N [mutable] |