LINEAR++ library: AFF to LAPACK

◆ LaGenFactDouble() [1/3]

LaGenFactDouble::LaGenFactDouble ( )
inline

Definition at line 53 of file gfd.h.

References info_, and transpose_.

53  :L_(),U_(),pivot_()
54 {
55 
56  info_ = 0;
57  transpose_ = 0;
58 }
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