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