Stan Math Library  2.12.0
reverse mode automatic differentiation
Public Types | Public Member Functions | List of all members
stan::VectorView< Eigen::Matrix< T, R, C >, true, false > Class Template Reference

#include <VectorView.hpp>

Public Types

typedef scalar_type< T >::type scalar_t
 

Public Member Functions

template<typename X >
 VectorView (X &x)
 
scalar_toperator[] (int i)
 

Detailed Description

template<typename T, int R, int C>
class stan::VectorView< Eigen::Matrix< T, R, C >, true, false >

Definition at line 12 of file VectorView.hpp.

Member Typedef Documentation

template<typename T , int R, int C>
typedef scalar_type<T>::type stan::VectorView< Eigen::Matrix< T, R, C >, true, false >::scalar_t

Definition at line 14 of file VectorView.hpp.

Constructor & Destructor Documentation

template<typename T , int R, int C>
template<typename X >
stan::VectorView< Eigen::Matrix< T, R, C >, true, false >::VectorView ( X &  x)
inlineexplicit

Definition at line 17 of file VectorView.hpp.

Member Function Documentation

template<typename T , int R, int C>
scalar_t& stan::VectorView< Eigen::Matrix< T, R, C >, true, false >::operator[] ( int  i)
inline

Definition at line 19 of file VectorView.hpp.


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

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