Stan Math Library  2.15.0
reverse mode automatic differentiation
Public Member Functions | List of all members
stan::math::seq_view< double, std::vector< int > > Class Template Reference

#include <seq_view.hpp>

Public Member Functions

 seq_view (pass_type< std::vector< int > >::type x)
 
pass_type< double >::type operator[] (int n) const
 
int size () const
 

Detailed Description

template<>
class stan::math::seq_view< double, std::vector< int > >

Definition at line 172 of file seq_view.hpp.

Constructor & Destructor Documentation

§ seq_view()

stan::math::seq_view< double, std::vector< int > >::seq_view ( pass_type< std::vector< int > >::type  x)
inlineexplicit

Definition at line 176 of file seq_view.hpp.

Member Function Documentation

§ operator[]()

pass_type<double>::type stan::math::seq_view< double, std::vector< int > >::operator[] ( int  n) const
inline

Definition at line 179 of file seq_view.hpp.

§ size()

int stan::math::seq_view< double, std::vector< int > >::size ( ) const
inline

Definition at line 182 of file seq_view.hpp.


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

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