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