LINEAR++ library: AFF to LAPACK
◆
LaBandFactDouble()
[2/4]
LaBandFactDouble::LaBandFactDouble
(
int
N
,
int
kl
,
int
ku
)
inline
Definition at line
59
of file
bfd.h
.
References
info_
.
60
:
B_
(N,kl,ku),
pivot_
(kl+ku+1)
61
{
62
#ifdef BandFactDouble_DEBUG
63
cout <<
" called LaBandFactDouble::LaBandFactDouble(int,int,int) "
<< endl;
64
#endif
65
66
info_
= 0;
67
}
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