1#ifndef STAN_MATH_PRIM_FUN_TYPEDEFS_HPP
2#define STAN_MATH_PRIM_FUN_TYPEDEFS_HPP
14 = index_type_t<Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic>>;
19using matrix_d = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic>;
24using vector_d = Eigen::Matrix<double, Eigen::Dynamic, 1>;
Eigen::Matrix< double, Eigen::Dynamic, 1 > vector_d
Type for (column) vector of double values.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic >::Index size_type
Type for sizes and indexes in an Eigen matrix with double elements.
Eigen::Matrix< double, 1, Eigen::Dynamic > row_vector_d
Type for (row) vector of double values.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > matrix_d
Type for matrix of double values.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...