LINEAR++ library: AFF to LAPACK

◆ ref() [2/2]

LaGenFactDouble & LaGenFactDouble::ref ( LaGenMatDouble &  G)
inline

Definition at line 131 of file gfd.h.

References info_, L_, transpose_, and U_.

132 {
133 
134  L_.ref(G);
135  U_.ref(G);
136  info_ = 0;
137  transpose_ = 0;
138 
139  return *this;
140 }
int info_
Definition: gfd.h:22
int transpose_
Definition: gfd.h:23
LaUpperTriangMatDouble U_
Definition: gfd.h:20
LaUnitLowerTriangMatDouble L_
Definition: gfd.h:19