LINEAR++ library: AFF to LAPACK

◆ diag()

LaVectorDouble LaTridiagFactDouble::diag ( int  k)
inline

Definition at line 67 of file trfd.h.

References T_.

Referenced by LaLinearSolve(), and LaTridiagMatFactorize().

68 {
69  return T_.diag(k);
70 }
LaTridiagMatDouble T_
Definition: trfd.h:17
Here is the caller graph for this function: