Stan Math Library  2.12.0
reverse mode automatic differentiation
Public Member Functions | List of all members
stan::math::seq_view< T, Eigen::Matrix< S, 1, Eigen::Dynamic > > Class Template Reference

#include <seq_view.hpp>

Public Member Functions

 seq_view (typename pass_type< Eigen::Matrix< S, 1, Eigen::Dynamic > >::type x)
 
pass_type< T >::type operator[] (int n) const
 
int size () const
 

Detailed Description

template<typename T, typename S>
class stan::math::seq_view< T, Eigen::Matrix< S, 1, Eigen::Dynamic > >

Definition at line 73 of file seq_view.hpp.

Constructor & Destructor Documentation

template<typename T , typename S >
stan::math::seq_view< T, Eigen::Matrix< S, 1, Eigen::Dynamic > >::seq_view ( typename pass_type< Eigen::Matrix< S, 1, Eigen::Dynamic > >::type  x)
inlineexplicit

Definition at line 77 of file seq_view.hpp.

Member Function Documentation

template<typename T , typename S >
pass_type<T>::type stan::math::seq_view< T, Eigen::Matrix< S, 1, Eigen::Dynamic > >::operator[] ( int  n) const
inline

Definition at line 82 of file seq_view.hpp.

template<typename T , typename S >
int stan::math::seq_view< T, Eigen::Matrix< S, 1, Eigen::Dynamic > >::size ( ) const
inline

Definition at line 85 of file seq_view.hpp.


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

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