![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <boost/throw_exception.hpp>
#include <boost/lexical_cast.hpp>
#include <stan/io/var_context.hpp>
#include <stan/io/json/json_error.hpp>
#include <stan/io/json/json_parser.hpp>
#include <stan/io/json/json_data_handler.hpp>
#include <cctype>
#include <iostream>
#include <limits>
#include <map>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | stan::json::json_data |
A json_data is a var_context object that represents a set of named values which are typed to either double or int and can be either scalar value or a non-empty array of values of any dimensionality. More... | |
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::json | |