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

◆ validate_laplace_options()

template<bool InitTheta, typename CovarMat >
void stan::math::internal::validate_laplace_options ( const char *  frame_name,
const laplace_options< InitTheta > &  options,
const CovarMat &  covariance 
)
inline

Validates the options for the Laplace approximation.

Template Parameters
InitThetaWhether an initial theta is provided
CovarMatType of the covariance matrix
Parameters
frame_nameName of the calling function (for error messages)
optionsThe options to validate
covarianceThe covariance matrix (for size checks)

Definition at line 301 of file laplace_marginal_density_estimator.hpp.