Stan Math Library
5.0.0
Automatic Differentiation
|
Typedefs | |
template<typename T > | |
using | stan::require_arena_matrix_t = require_t< is_arena_matrix< std::decay_t< T > > > |
Require type satisfies is_arena_matrix. | |
template<typename T > | |
using | stan::require_not_arena_matrix_t = require_t< bool_constant<!is_arena_matrix< std::decay_t< T > >::value > > |
Require type does not satisfy is_arena_matrix. | |