Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
stan::math::internal::laplace_density_estimates< Covar, ThetaVec, WR, L_t, A_vec, ThetaGrad, LU_t, KRoot > Struct Template Reference

Detailed Description

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

Definition at line 53 of file laplace_marginal_density.hpp.

#include <laplace_marginal_density.hpp>

Public Member Functions

 laplace_density_estimates (double lmd_, Covar &&covariance_, ThetaVec &&theta_, WR &&W_r_, L_t &&L_, A_vec &&a_, ThetaGrad &&theta_grad_, LU_t &&LU_, KRoot &&K_root_)
 

Public Attributes

double lmd {std::numeric_limits<double>::infinity()}
 
Covar covariance
 
ThetaVec theta
 
WR W_r
 
L_t L
 
A_vec a
 
ThetaGrad theta_grad
 
LU_t LU
 
KRoot K_root
 

The documentation for this struct was generated from the following file: