LINEAR++ library: AFF to LAPACK

◆ copy() [1/2]

LaTridiagFactDouble & LaTridiagFactDouble::copy ( const LaTridiagMatDouble &  A)
inline

Definition at line 100 of file trfd.h.

References T_.

Referenced by LaTridiagMatFactorize().

101 {
102  T_.copy(A);
103 
104  return *this;
105 }
LaTridiagMatDouble T_
Definition: trfd.h:17
Here is the caller graph for this function: