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 }
LaSymmBandMatDouble S_
Definition: sybfd.h:17