Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ L

template<typename ThetaVec , typename WR , typename L_t , typename A_vec , typename ThetaGrad , typename LU_t , typename KRoot >
L_t stan::math::internal::laplace_density_estimates< ThetaVec, WR, L_t, A_vec, ThetaGrad, LU_t, KRoot >::L

Solver-dependent factorization of the system matrix B.

  • solvers 1/2: lower Cholesky factor L such that B = L * L^T.
  • solver 3: empty (0x0).

Definition at line 200 of file laplace_marginal_density_estimator.hpp.