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

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

Detailed Description

template<typename T, typename I, int R, int C>
struct stan::model::rvalue_return< Eigen::Matrix< T, R, C >, cons_index_list< I, nil_index_list > >

Template class specialization for an Eigen matrix, vector or rwo vector and one multiple index.

Template Parameters
TType of scalar in matrix.
IType of first index (only instantiated to multi indexes).
RRows for matrix.
CColumns for matrix.

Definition at line 57 of file rvalue_return.hpp.

Member Typedef Documentation

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


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

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