Go to the source code of this file.
swap two matrices
Definition at line 251 of file zhsmatrix-misc.hpp.
References zhsmatrix::data, zhsmatrix::line, and zhsmatrix::n.
Referenced by _().
252 {CPPL_VERBOSE_REPORT;
CPPL_INT n
matrix column size
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 ...
void swap(zhsmatrix &A, zhsmatrix &B)
convert user object to smart-temporary object
Definition at line 260 of file zhsmatrix-misc.hpp.
References zhsmatrix::data, _zhsmatrix::data, zhsmatrix::line, _zhsmatrix::line, zhsmatrix::n, _zhsmatrix::n, and swap().
261 {CPPL_VERBOSE_REPORT;
std::vector< zcomponent > data
matrix data
CPPL_INT n
matrix column size
CPPL_INT n
matrix column size
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 ...
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...
void swap(zhsmatrix &A, zhsmatrix &B)
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Sparse Matrix Class ...