LINEAR++ library: AFF to LAPACK

◆ copy() [1/2]

LaSpdFactDouble & LaSpdFactDouble::copy ( const LaSpdFactDouble X)
inline

Definition at line 72 of file spdfd.h.

References gdim_, S_, and size_.

Referenced by LaSpdMatFactorize().

73 {
74  size_ = X.size_;
75  gdim_ = X.gdim_;
76  S_.copy(X.S_);
77 
78  return *this;
79 }
LaSpdMatDouble S_
Definition: spdfd.h:17
Here is the caller graph for this function: