LINEAR++ library: AFF to LAPACK
◆
copy()
[2/2]
LaSymmBandFactDouble
& LaSymmBandFactDouble::copy
(
LaSymmBandMatDouble &
G
)
inline
Definition at line
117
of file
sybfd.h
.
References
info_
,
S_
, and
uplo_
.
118
{
119
S_
.copy(G);
120
info_
= 0;
121
uplo_
=
'L'
;
122
123
return
*
this
;
124
}
LaSymmBandFactDouble::info_
int info_
Definition:
sybfd.h:18
LaSymmBandFactDouble::uplo_
char uplo_
Definition:
sybfd.h:19
LaSymmBandFactDouble::S_
LaSymmBandMatDouble S_
Definition:
sybfd.h:17
LaSymmBandFactDouble
Generated on Mon Aug 21 2023 17:36:26 for LINEAR++ library: AFF to LAPACK by
1.8.14