![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
This template metaprogram is used to compute the return type for append_array. More...
#include <append_return_type.hpp>
Public Types | |
typedef Eigen::Matrix< typename return_type< T1, T2 >::type, R, C > | type |
This template metaprogram is used to compute the return type for append_array.
If both types are Eigen::Matrices with the same Row/Column specification, then the type member is another Eigen::Matrix with the same Row/Column specification and a scalar type promoted using return_type
. Part of return type promotion logic for append_array
T1 | Scalar type of first matrix argument |
T2 | Scalar type of first matrix argument |
R | Eigen RowsAtCompileTime of both matrices |
C | Eigen ColsAtCompileTime of both matrices |
Definition at line 55 of file append_return_type.hpp.
typedef Eigen::Matrix<typename return_type<T1, T2>::type, R, C> stan::math::append_return_type< Eigen::Matrix< T1, R, C >, Eigen::Matrix< T2, R, C > >::type |
Definition at line 56 of file append_return_type.hpp.