LINEAR++ library: AFF to LAPACK

◆ ref() [1/2]

LaGenFactDouble & LaGenFactDouble::ref ( LaGenFactDouble F)
inline

Definition at line 119 of file gfd.h.

References info_, L_, pivot_, transpose_, and U_.

120 {
121 
122  L_.ref(F.L_);
123  U_.ref(F.U_);
124  pivot_.ref(F.pivot_);
125  info_ = F.info_;
127 
128  return *this;
129 }
LaVectorLongInt pivot_
Definition: gfd.h:21
int info_
Definition: gfd.h:22
int transpose_
Definition: gfd.h:23
LaUpperTriangMatDouble U_
Definition: gfd.h:20
LaUnitLowerTriangMatDouble L_
Definition: gfd.h:19