![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
Struct with static function for elementwise type promotion. More...
#include <promote_elements.hpp>
Static Public Member Functions | |
static const std::vector< T > & | promote (const std::vector< T > &u) |
Return input vector. More... | |
Struct with static function for elementwise type promotion.
This specialization promotes vector elements of the same type.
T | type of elements |
Definition at line 45 of file promote_elements.hpp.
|
inlinestatic |
Return input vector.
u | vector of type T |
Definition at line 52 of file promote_elements.hpp.