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_
;
126
transpose_
= F.
transpose_
;
127
128
return
*
this
;
129
}
LaGenFactDouble::pivot_
LaVectorLongInt pivot_
Definition:
gfd.h:21
LaGenFactDouble::info_
int info_
Definition:
gfd.h:22
LaGenFactDouble::transpose_
int transpose_
Definition:
gfd.h:23
LaGenFactDouble::U_
LaUpperTriangMatDouble U_
Definition:
gfd.h:20
LaGenFactDouble::L_
LaUnitLowerTriangMatDouble L_
Definition:
gfd.h:19
LaGenFactDouble
Generated on Mon Aug 21 2023 17:36:26 for LINEAR++ library: AFF to LAPACK by
1.8.14