Stan Math Library  2.15.0
reverse mode automatic differentiation
Classes | Namespaces
vector_seq_view.hpp File Reference
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  stan::vector_seq_view< T >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 
class  stan::vector_seq_view< Eigen::Matrix< S, Eigen::Dynamic, 1 > >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 
class  stan::vector_seq_view< Eigen::Matrix< S, 1, Eigen::Dynamic > >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 
class  stan::vector_seq_view< std::vector< Eigen::Matrix< S, Eigen::Dynamic, 1 > > >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 
class  stan::vector_seq_view< std::vector< Eigen::Matrix< S, 1, Eigen::Dynamic > > >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 

Namespaces

 stan
 

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