Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ is_plain_type

template<typename S >
using stan::is_plain_type = typedef std::is_same<std::decay_t<S>, plain_type_t<S> >

Checks whether the template type T is an assignable type.

This is used to detect whether a type is an Eigen matrix expression.

Definition at line 14 of file is_plain_type.hpp.