|
| | ModelAdaptor (M &model, const std::vector< int > ¶ms_i, std::ostream *msgs) |
| |
| size_t | fevals () const |
| |
| int | operator() (const Eigen::Matrix< double, Eigen::Dynamic, 1 > &x, double &f) |
| |
| int | operator() (const Eigen::Matrix< double, Eigen::Dynamic, 1 > &x, double &f, Eigen::Matrix< double, Eigen::Dynamic, 1 > &g) |
| |
| int | df (const Eigen::Matrix< double, Eigen::Dynamic, 1 > &x, Eigen::Matrix< double, Eigen::Dynamic, 1 > &g) |
| |
template<class M>
class stan::optimization::ModelAdaptor< M >
Definition at line 288 of file bfgs.hpp.