Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Sep 26, 2024
1 parent 340f0d9 commit fbf45ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stan/mcmc/chainset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,20 @@ static bool is_valid(const stan::io::stan_csv& stan_csv) {
return true;
}


/**
* An <code>mcmc::chainset</code> object manages the post-warmup draws
* across a set of MCMC chains, which all have the same number of samples.
*
* @note samples are stored in column major, i.e., each column corresponds to
* an output variable (element).
*
*
*/
class chainset {
private:
size_t num_samples_;
std::vector<std::string> param_names_;
std::vector<Eigen::MatrixXd> chains_;


/**
* Process first chain: record header, thinned samples,
* add samples to vector chains.
Expand Down

0 comments on commit fbf45ab

Please sign in to comment.