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 }
LaVectorLongInt pivot_
Definition: bfd.h:19
LaBandMatDouble B_
Definition: bfd.h:18
int info_
Definition: bfd.h:20