Stan  2.10.0
probability, sampling & optimization
Public Types | List of all members
stan::model::rvalue_return< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic >, cons_index_list< I, cons_index_list< index_uni, nil_index_list > > > Struct Template Reference

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...
 

Detailed Description

template<typename T, typename I>
struct stan::model::rvalue_return< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic >, cons_index_list< I, cons_index_list< index_uni, nil_index_list > > >

Template specialization for an Eigen matrix with one multiple index followed by one single index.

Template Parameters
TType of scalar in matrix.
IType of multiple index.

Definition at line 137 of file rvalue_return.hpp.

Member Typedef Documentation

template<typename T , typename I >
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.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.