![]() |
Stan
2.10.0
probability, sampling & optimization
|
Template class specialization for an Eigen matrix, vector or rwo vector and one multiple index. More...
#include <rvalue_return.hpp>
Public Types | |
typedef Eigen::Matrix< T, R, C > | type |
Return type is the matrix container type. More... | |
Template class specialization for an Eigen matrix, vector or rwo vector and one multiple index.
T | Type of scalar in matrix. |
I | Type of first index (only instantiated to multi indexes). |
R | Rows for matrix. |
C | Columns for matrix. |
Definition at line 57 of file rvalue_return.hpp.
typedef Eigen::Matrix<T, R, C> stan::model::rvalue_return< Eigen::Matrix< T, R, C >, cons_index_list< I, nil_index_list > >::type |
Return type is the matrix container type.
Definition at line 62 of file rvalue_return.hpp.