55 if( _m<0 || _n<0 || _c<0 ){
57 std::cerr <<
"Matrix sizes and the length of arrays must be positive integers. " << std::endl
58 <<
"Your input was (" << _m <<
"," << _n <<
"," << _c <<
")." << std::endl;
std::vector< std::vector< CPPL_INT > > rows
array of vector to store the entry information of component for each row
std::vector< std::vector< CPPL_INT > > cols
array of vector to store the entry information of component for each column
Complex Double-precision General Sparse Matrix Class.
CPPL_INT n
matrix column size
(DO NOT USE) Smart-temporary Real Double-precision General Sparse Matrix Class
void copy(const zgsmatrix &)
std::vector< std::vector< CPPL_INT > > rows
array of vector to store the entry information of component for each row
std::vector< zcomponent > data
matrix data
CPPL_INT m
matrix row size
std::vector< std::vector< CPPL_INT > > cols
array of vector to store the entry information of component for each column
CPPL_INT m
matrix row size
CPPL_INT n
matrix column size
std::vector< zcomponent > data
matrix data