53 std::cerr <<
"Matrix sizes and the length of arrays must be positive integers. " << std::endl
54 <<
"Your input was (" << _n <<
"," << _c <<
")." << std::endl;
std::vector< zcomponent > data
matrix data
void copy(const zhsmatrix &)
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 ...
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 ...
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Sparse Matrix Class ...