1 #ifndef STAN__MCMC__DENSE__E__POINT__BETA
2 #define STAN__MCMC__DENSE__E__POINT__BETA
23 fast_matrix_copy_<double>(
mInv, z.
mInv);
28 *o <<
"# Elements of inverse mass matrix:" << std::endl;
29 for(
int i = 0; i <
mInv.rows(); ++i) {
30 *o <<
"# " <<
mInv(i, 0) << std::flush;
31 for(
int j = 1; j <
mInv.cols(); ++j)
32 *o <<
", " <<
mInv(i, j) << std::flush;
void write_metric(std::ostream *o)
size_t rows(const Eigen::Matrix< T, R, C > &m)
dense_e_point(const dense_e_point &z)
size_t cols(const Eigen::Matrix< T, R, C > &m)