You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the following functions in a Stan model triggers a "not a member of 'stan::math'" error:
pmx_integrate_ode_group_adams
pmx_integrate_ode_group_bdf
pmx_integrate_ode_group_rk45
I think these fail because the pmx_integration_* pattern is not mapped to the torsten:: namespace at this spot in stanc3/src/stan_math_backend/Lower_expr.ml.
The conclusion on the call, as far as I understand, was that these will be removed.
Using the following functions in a Stan model triggers a "not a member of 'stan::math'" error:
pmx_integrate_ode_group_adams
pmx_integrate_ode_group_bdf
pmx_integrate_ode_group_rk45
I think these fail because the
pmx_integration_*
pattern is not mapped to thetorsten::
namespace at this spot instanc3/src/stan_math_backend/Lower_expr.ml
.The conclusion on the call, as far as I understand, was that these will be removed.
References in user guide
as of current
develop
(b414a05)Torsten/docs/torsten_users_guide.org
Line 974 in b414a05
Torsten/docs/torsten_users_guide.org
Line 1334 in b414a05
References in .stan files
as of current
develop
(b414a05)The text was updated successfully, but these errors were encountered: