LINEAR++ library: AFF to LAPACK
◆
ref()
[2/2]
LaTridiagFactDouble
& LaTridiagFactDouble::ref
(
LaTridiagFactDouble
&
F
)
inline
Definition at line
75
of file
trfd.h
.
References
pivot_
,
size_
, and
T_
.
76
{
77
T_
.ref(F.
T_
);
78
pivot_
.ref(F.
pivot_
);
79
size_
= F.
size_
;
80
81
return
*
this
;
82
}
LaTridiagFactDouble::pivot_
LaVectorLongInt pivot_
Definition:
trfd.h:18
LaTridiagFactDouble::size_
int size_
Definition:
trfd.h:16
LaTridiagFactDouble::T_
LaTridiagMatDouble T_
Definition:
trfd.h:17
LaTridiagFactDouble
Generated on Mon Aug 21 2023 17:36:26 for LINEAR++ library: AFF to LAPACK by
1.8.14