21 for(
int i=0;
i<
n;
i++){
51 array =new double[n*n];
52 darray =new double*[n];
53 for(int i=0; i<n; i++){ darray[i] =&array[i*n]; }
57 for(int c=0; c<mat.vol; c++){
58 (*this)(mat.indx[c],mat.jndx[c]) =mat.array[c];
76 for(int c=0; c<mat.vol; c++){
77 (*this)(mat.indx[c],mat.jndx[c]) =mat.array[c];
93 std::cerr <<
"Matrix sizes must be positive integers. " << std::endl
94 <<
"Your input was (" << _n <<
")." << std::endl;
103 for(
int i=0;
i<
n;
i++){
112 {CPPL_VERBOSE_REPORT;
127 {CPPL_VERBOSE_REPORT;
Real Double-precision Symmetric Matrix Class [l-type (UPLO=l) Strage].
double * array
1D array to store matrix data
friend _dsymatrix i(const dsymatrix &)
double ** darray
array of pointers of column head addresses
CPPL_INT n
matrix column size
(DO NOT USE) Smart-temporary Real Double-precision Symmetric Matrix Class
double * array
1D array to store matrix data
CPPL_INT n
matrix column size
double ** darray
array of pointers of column head addresses