7 for(CPPL_INT j=0; j<
n; j++){
8 for(CPPL_INT
i=j;
i<
n;
i++){
9 newmat(
i,j) =comple((*
this)(
i,j),0.0);
26 for(CPPL_INT
i=0;
i<
n;
i++){
27 for(CPPL_INT j=0; j<
n; j++){
28 newmat(
i,j) =(*this)(
i,j);
41 for(CPPL_INT j=0; j<
n; j++){
42 for(CPPL_INT
i=j;
i<
n;
i++){
43 if( fabs((*
this)(
i,j))>eps ){
44 newmat(
i,j) =(*this)(
i,j);
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
_dssmatrix to_dssmatrix(const double eps=-1) const
friend _dsymatrix _(dsymatrix &)
(DO NOT USE) Smart-temporary Real Double-precision Symmetric Sparse Matrix Class
Real Double-precision General Dence Matrix Class.
_dgematrix to_dgematrix() const
(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class
friend _dsymatrix i(const dsymatrix &)
CPPL_INT n
matrix column size
_zhematrix to_zhematrix() const
Complex Double-precision Hermitian Matrix Class [l-type (UPLO=l) Strage].
Real Double-precision Symmetric Sparse Matrix Class.