Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-cesnovar committed Dec 21, 2021
1 parent 59dbab8 commit 6252307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stan/math/prim/fun/matrix_exp_action_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ namespace math {
* and t is double.
*/
class matrix_exp_action_handler {
constexpr int p_max = 8;
constexpr int m_max = 55;
int p_max = 8;
int m_max = 55;
static constexpr double tol = 1.0e-16;

const std::vector<double> theta_m_single{
Expand Down

0 comments on commit 6252307

Please sign in to comment.