12 mutable std::vector<zcomponent>
data;
13 mutable std::vector< std::vector<CPPL_INT> >
line;
31 inline comple
operator()(
const CPPL_INT&,
const CPPL_INT&)
const;
33 inline void write(
const char*)
const;
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
std::vector< zcomponent > data
matrix data
_zgsmatrix to_zgsmatrix() const
Complex Double-precision General Sparse Matrix Class.
comple operator()(const CPPL_INT &, const CPPL_INT &) const
CPPL_INT const & m
matrix row size
friend std::ostream & operator<<(std::ostream &, const _zhsmatrix &)
(DO NOT USE) Smart-temporary Real Double-precision General Sparse Matrix Class
CPPL_INT n
matrix column size
Complex Double-precision General Dence Matrix Class.
void write(const char *) const
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
friend void idamax(CPPL_INT &, CPPL_INT &, const zhsmatrix &)
_zgematrix to_zgematrix() const
Complex Double-precision Hermitian Sparse Matrix Class.
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...
Complex Double-precision General Band Matrix Class.
friend _zhsmatrix operator/(const _zhsmatrix &, const double &)
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Complex Double-precision Hermitian Matrix Class [l-type (UPLO=l) Strage].
friend comple damax(const zhsmatrix &)
Complex Double-precision Column Vector Class.
(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class
_zhematrix to_zhematrix() const
friend _zcovector operator*(const _zhsmatrix &, const zcovector &)
friend const _zhsmatrix & operator+(const _zhsmatrix &)
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Sparse Matrix Class ...
friend _zhsmatrix t(const zhsmatrix &)
friend _zhsmatrix operator-(const _zhsmatrix &)