![]() |
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 Eigen::Matrix< T, R, C > | promote (const Eigen::Matrix< S, R, C > &u) |
Return input matrix of type S as matrix of type T. More... | |
Struct with static function for elementwise type promotion.
This specialization promotes matrix elements of different types which must be compatible with promotion.
T | type of promoted elements |
S | type of input elements, must be assignable to T |
Definition at line 20 of file promote_elements.hpp.
|
inlinestatic |
Return input matrix of type S as matrix of type T.
u | matrix of type S, assignable to type T |
Definition at line 29 of file promote_elements.hpp.