stan-dev / stanc3

The Stan transpiler (from Stan to C++ and beyond).
BSD 3-Clause "New" or "Revised" License
140 stars 44 forks source link

Feature/variadic algebra solvers #1268

Closed charlesm93 closed 1 year ago

charlesm93 commented 1 year ago

Submission Checklist

Release notes

Exposes algebraic functions with a variadic arguments, using the following four functions: solve_powell, solve_powell_tol, solve_newton and solve_newton_tol. Relevant changes to Stan-math are already merged.

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

charlesm93 commented 1 year ago

@rok-cesnovar can you review this one?

rok-cesnovar commented 1 year ago

Sure thing. Can do this evening.