Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variadic higher order functions #2210

Open
2 of 4 tasks
bbbales2 opened this issue Nov 23, 2020 · 2 comments
Open
2 of 4 tasks

variadic higher order functions #2210

bbbales2 opened this issue Nov 23, 2020 · 2 comments

Comments

@bbbales2
Copy link
Member

bbbales2 commented Nov 23, 2020

Description

This is an issue for making variadic forms of the other higher order functions (similar to #1642)

  • integrate_1d
  • algebra_solver
  • algebra_solver_newton
  • map_rect

Current Version:

v3.3.0

@charlesm93
Copy link
Contributor

Examining the code, it looks like algebra_solver and algebra_solver_newton have variadic arguments (@jgaeb implemented this a bit ago).

That said I can't find the issue nor the PR where these changes were made. And it doesn't look like these changes made it all the way to the Stan language.

@nhuurre
Copy link
Collaborator

nhuurre commented Oct 1, 2022

Algebra solvers were made variadic as a side effect of #2421 but that has not been exposed to the Stan language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants