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 }
LaVectorLongInt pivot_
Definition: trfd.h:18
LaTridiagMatDouble T_
Definition: trfd.h:17