Automatic Differentiation
 
Loading...
Searching...
No Matches
is_eigen_sparse_base.hpp File Reference

Go to the source code of this file.

Classes

struct  stan::is_eigen_sparse_base< T >
 Checks whether type T is derived from Eigen::SparseMatrixBase. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 

Typedefs

template<typename T >
using stan::require_eigen_sparse_base_t = require_t< is_eigen_sparse_base< std::decay_t< T > > >
 Require type satisfies is_eigen_sparse_base.