LINEAR++ library: AFF to LAPACK
◆
ref()
[1/2]
LaBandFactDouble
& LaBandFactDouble::ref
(
LaBandFactDouble
&
F
)
inline
Definition at line
121
of file
bfd.h
.
References
B_
,
info_
, and
pivot_
.
122
{
123
124
B_
.ref(F.
B_
);
125
pivot_
.ref(F.
pivot_
);
126
info_
= F.
info_
;
127
128
return
*
this
;
129
}
LaBandFactDouble::pivot_
LaVectorLongInt pivot_
Definition:
bfd.h:19
LaBandFactDouble::B_
LaBandMatDouble B_
Definition:
bfd.h:18
LaBandFactDouble::info_
int info_
Definition:
bfd.h:20
LaBandFactDouble
Generated on Mon Aug 21 2023 17:36:25 for LINEAR++ library: AFF to LAPACK by
1.8.14