![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
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 | |