LINEAR++ library: AFF to LAPACK

◆ LaGenFactDouble() [2/3]

LaGenFactDouble::LaGenFactDouble ( int  n,
int  m 
)
inline

Definition at line 61 of file gfd.h.

References info_, and transpose_.

61  :L_(n,m),U_(n,m),pivot_(n*m)
62 {
63 
64  info_ = 0;
65  transpose_ = 0;
66 }
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