![]() |
Stan
2.10.0
probability, sampling & optimization
|
Template specialization for an Eigen matrix with one multiple index followed by one single index. More...
#include <rvalue_return.hpp>
Public Types | |
typedef Eigen::Matrix< T, Eigen::Dynamic, 1 > | type |
Return type is vector with same scalar type as matrix container. More... | |
Template specialization for an Eigen matrix with one multiple index followed by one single index.
T | Type of scalar in matrix. |
I | Type of multiple index. |
Definition at line 137 of file rvalue_return.hpp.
typedef Eigen::Matrix<T, Eigen::Dynamic, 1> stan::model::rvalue_return< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic >, cons_index_list< I, cons_index_list< index_uni, nil_index_list > > >::type |
Return type is vector with same scalar type as matrix container.
Definition at line 144 of file rvalue_return.hpp.