Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::plain_type< T, require_all_kernel_expressions_and_none_scalar_t< T > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::plain_type< T, require_all_kernel_expressions_and_none_scalar_t< T > >

Determines plain (non expression) type associated with T.

For kernel generator expression it is a type the expression can be evaluated into.

Template Parameters
Ttype to determine plain type of

Definition at line 17 of file plain_type.hpp.

#include <plain_type.hpp>

Public Types

using type = math::matrix_cl< typename std::decay_t< T >::Scalar >
 

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