![]() |
Stan
2.10.0
probability, sampling & optimization
|
Template specialization for an Eigen matrix and two multiple indexes. More...
#include <rvalue_return.hpp>
Public Types | |
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | type |
Return type is matrix container type. More... | |
Template specialization for an Eigen matrix and two multiple indexes.
T | Type of scalar in matrix. |
I1 | Type of first multiple index. |
I2 | Type of second multiple index. |
Definition at line 119 of file rvalue_return.hpp.
typedef Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> stan::model::rvalue_return< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic >, cons_index_list< I1, cons_index_list< I2, nil_index_list > > >::type |
Return type is matrix container type.
Definition at line 126 of file rvalue_return.hpp.