(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Sparse Matrix Class
More...
|
std::ostream & | operator<< (std::ostream &, const _zhsmatrix &) |
|
_zhsmatrix | t (const zhsmatrix &) |
|
void | idamax (CPPL_INT &, CPPL_INT &, const zhsmatrix &) |
|
comple | damax (const zhsmatrix &) |
|
const _zhsmatrix & | operator+ (const _zhsmatrix &) |
|
_zhsmatrix | operator- (const _zhsmatrix &) |
|
_zgematrix | operator+ (const _zhsmatrix &, const zgematrix &) |
|
_zgematrix | operator+ (const _zhsmatrix &, const _zgematrix &) |
|
_zgematrix | operator+ (const _zhsmatrix &, const zhematrix &) |
|
_zgematrix | operator+ (const _zhsmatrix &, const _zhematrix &) |
|
_zgematrix | operator+ (const _zhsmatrix &, const zgbmatrix &) |
|
_zgematrix | operator+ (const _zhsmatrix &, const _zgbmatrix &) |
|
_zgsmatrix | operator+ (const _zhsmatrix &, const zgsmatrix &) |
|
_zgsmatrix | operator+ (const _zhsmatrix &, const _zgsmatrix &) |
|
_zhsmatrix | operator+ (const _zhsmatrix &, const zhsmatrix &) |
|
_zhsmatrix | operator+ (const _zhsmatrix &, const _zhsmatrix &) |
|
_zgematrix | operator- (const _zhsmatrix &, const zgematrix &) |
|
_zgematrix | operator- (const _zhsmatrix &, const _zgematrix &) |
|
_zgematrix | operator- (const _zhsmatrix &, const zhematrix &) |
|
_zgematrix | operator- (const _zhsmatrix &, const _zhematrix &) |
|
_zgematrix | operator- (const _zhsmatrix &, const zgbmatrix &) |
|
_zgematrix | operator- (const _zhsmatrix &, const _zgbmatrix &) |
|
_zgsmatrix | operator- (const _zhsmatrix &, const zgsmatrix &) |
|
_zgsmatrix | operator- (const _zhsmatrix &, const _zgsmatrix &) |
|
_zhsmatrix | operator- (const _zhsmatrix &, const zhsmatrix &) |
|
_zhsmatrix | operator- (const _zhsmatrix &, const _zhsmatrix &) |
|
_zcovector | operator* (const _zhsmatrix &, const zcovector &) |
|
_zcovector | operator* (const _zhsmatrix &, const _zcovector &) |
|
_zgematrix | operator* (const _zhsmatrix &, const zgematrix &) |
|
_zgematrix | operator* (const _zhsmatrix &, const _zgematrix &) |
|
_zgematrix | operator* (const _zhsmatrix &, const zhematrix &) |
|
_zgematrix | operator* (const _zhsmatrix &, const _zhematrix &) |
|
_zgematrix | operator* (const _zhsmatrix &, const zgbmatrix &) |
|
_zgematrix | operator* (const _zhsmatrix &, const _zgbmatrix &) |
|
_zgsmatrix | operator* (const _zhsmatrix &, const zgsmatrix &) |
|
_zgsmatrix | operator* (const _zhsmatrix &, const _zgsmatrix &) |
|
_zgsmatrix | operator* (const _zhsmatrix &, const zhsmatrix &) |
|
_zgsmatrix | operator* (const _zhsmatrix &, const _zhsmatrix &) |
|
_zhsmatrix | operator* (const _zhsmatrix &, const double &) |
|
_zgsmatrix | operator* (const _zhsmatrix &, const comple &) |
|
_zhsmatrix | operator/ (const _zhsmatrix &, const double &) |
|
_zgsmatrix | operator/ (const _zhsmatrix &, const comple &) |
|
_zhsmatrix | operator* (const double &, const _zhsmatrix &) |
|
_zgsmatrix | operator* (const comple &, const _zhsmatrix &) |
|
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Sparse Matrix Class
Definition at line 3 of file _zhsmatrix.hpp.
void _zhsmatrix::destroy |
( |
| ) |
const |
|
inline |
destroy all the matrix data
Definition at line 12 of file _zhsmatrix-misc.hpp.
References data, and line.
Referenced by damax(), idamax(), operator*(), operator+(), zhsmatrix::operator+=(), operator-(), zhsmatrix::operator-=(), operator<<(), to_zgematrix(), to_zgsmatrix(), to_zhematrix(), and write().
std::vector< zcomponent > data
matrix data
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...