Stan  2.10.0
probability, sampling & optimization
write_model.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_IO_WRITE_MODEL_HPP
2 #define STAN_SERVICES_IO_WRITE_MODEL_HPP
3 
5 #include <string>
6 
7 namespace stan {
8  namespace services {
9  namespace io {
10 
12  const std::string model_name) {
13  writer("model = " + model_name);
14  }
15 
16  }
17  }
18 }
19 #endif
Probability, optimization and sampling library.
void write_model(interface_callbacks::writer::base_writer &writer, const std::string model_name)
Definition: write_model.hpp:11
base_writer is an abstract base class defining the interface for Stan writer callbacks.
Definition: base_writer.hpp:20

     [ Stan Home Page ] © 2011–2016, Stan Development Team.