![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/meta/is_vector_like.hpp>
#include <stan/math/prim/scal/meta/is_vector_like.hpp>
#include <stan/math/prim/scal/meta/scalar_type_pre.hpp>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | stan::VectorViewMvt< T, is_array, throw_if_accessed > |
VectorViewMvt is a template expression that wraps either an Eigen::Matrix or a std::vector<Eigen::Matrix> and allows the template expression to be used as an array using operator[] . More... | |
class | stan::VectorViewMvt< const T, is_array, throw_if_accessed > |
VectorViewMvt with const correctness. More... | |
Namespaces | |
stan | |