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;
Real Double-precision General Sparse Matrix Class.
std::vector< std::vector< CPPL_INT > > cols
array of vector to store the entry information of component for each column
void copy(const dgsmatrix &)
std::vector< dcomponent > data
matrix data
std::vector< std::vector< CPPL_INT > > rows
array of vector to store the entry information of component for each row
CPPL_INT n
matrix column size
CPPL_INT n
matrix column size
std::vector< std::vector< CPPL_INT > > cols
array of vector to store the entry information of component for each column
(DO NOT USE) Smart-temporary Real Double-precision General Sparse Matrix Class
CPPL_INT m
matrix row size
std::vector< dcomponent > data
matrix data
std::vector< std::vector< CPPL_INT > > rows
array of vector to store the entry information of component for each row
CPPL_INT m
matrix row size