LINEAR++ library: AFF to LAPACK

◆ LaGenFactDouble() [3/3]

LaGenFactDouble::LaGenFactDouble ( LaGenFactDouble F)
inline

Definition at line 69 of file gfd.h.

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

70 {
71 
72  L_.ref(F.L_);
73  U_.ref(F.U_);
74  pivot_.ref(F.pivot_);
75  info_ = F.info_;
77 }
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