Reads from a Stan output csv file.
More...
#include <stan_csv_reader.hpp>
Reads from a Stan output csv file.
Definition at line 71 of file stan_csv_reader.hpp.
| stan::io::stan_csv_reader::stan_csv_reader |
( |
| ) |
|
|
inline |
| stan::io::stan_csv_reader::~stan_csv_reader |
( |
| ) |
|
|
inline |
| static stan_csv stan::io::stan_csv_reader::parse |
( |
std::istream & |
in | ) |
|
|
inlinestatic |
| static bool stan::io::stan_csv_reader::read_adaptation |
( |
std::istream & |
in, |
|
|
stan_csv_adaptation & |
adaptation |
|
) |
| |
|
inlinestatic |
| static bool stan::io::stan_csv_reader::read_header |
( |
std::istream & |
in, |
|
|
Eigen::Matrix< std::string, Eigen::Dynamic, 1 > & |
header |
|
) |
| |
|
inlinestatic |
| static bool stan::io::stan_csv_reader::read_metadata |
( |
std::istream & |
in, |
|
|
stan_csv_metadata & |
metadata |
|
) |
| |
|
inlinestatic |
| static bool stan::io::stan_csv_reader::read_samples |
( |
std::istream & |
in, |
|
|
Eigen::MatrixXd & |
samples, |
|
|
stan_csv_timing & |
timing |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: