Skip to content

Commit

Permalink
Fixed object types (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jan 26, 2024
1 parent 5f2d38d commit 916706e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hh_nlambda_loop_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

// [[Rcpp::depends(RcppArmadillo)]]
Rcpp::List hh_nlambda_loop_cpp(
arma::mat lam,
unsigned int nlambda,
const arma::vec beta0,
const arma::mat theta0,
const arma::mat lam,
const unsigned int nlambda,
arma::vec beta0,
arma::mat theta0,
arma::mat beta,
arma::mat beta_hat,
arma::cube theta,
Expand Down

0 comments on commit 916706e

Please sign in to comment.