1#ifndef STAN_MATH_PRIM_META_IS_EIGEN_SPARSE_BASE_HPP
2#define STAN_MATH_PRIM_META_IS_EIGEN_SPARSE_BASE_HPP
23 is_base_pointer_convertible<Eigen::SparseMatrixBase, T>::value> {};
require_t< is_eigen_sparse_base< std::decay_t< T > > > require_eigen_sparse_base_t
Require type satisfies is_eigen_sparse_base.
std::enable_if_t< Check::value > require_t
If condition is true, template is enabled.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Checks whether type T is derived from Eigen::SparseMatrixBase.