LINEAR++ library: AFF to LAPACK
◆
LaBandFactDouble()
[4/4]
LaBandFactDouble::LaBandFactDouble
(
LaBandFactDouble
&
F
)
inline
Definition at line
82
of file
bfd.h
.
References
B_
,
info_
, and
pivot_
.
83
{
84
#ifdef BandFactDouble_DEBUG
85
cout <<
" called LaBandFactDouble::LaBandFactDouble(LaBandFactDouble &) "
<< endl;
86
#endif
87
88
B_
.ref(F.
B_
);
89
pivot_
.ref(F.
pivot_
);
90
info_
= F.
info_
;
91
}
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