Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Types | List of all members
stan::math::include_summand< propto, T > Struct Template Reference

#include <include_summand.hpp>

Public Types

enum  { value = (!propto || !stan::is_constant_all<typename scalar_type<T>::type>::value) }
 true if a term with the specified propto value and subterm types should be included in a proportionality calculation. More...
 

Detailed Description

template<bool propto, typename T>
struct stan::math::include_summand< propto, T >

Definition at line 43 of file include_summand.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<bool propto, typename T >
anonymous enum

true if a term with the specified propto value and subterm types should be included in a proportionality calculation.

Enumerator
value 

Definition at line 49 of file include_summand.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2018, Stan Development Team.