![]() |
Stan Math Library
2.9.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/scal/meta/scalar_type.hpp>
#include <stan/math/prim/mat/meta/is_vector_like.hpp>
#include <stan/math/prim/scal/meta/is_vector_like.hpp>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | stan::VectorView< T, is_array, throw_if_accessed > |
VectorView is a template metaprogram that takes its argument and allows it to be used like a vector. More... | |
class | stan::VectorView< const T, is_array, throw_if_accessed > |
VectorView that has const correctness. More... | |
class | stan::VectorView< const double, false, false > |
Namespaces | |
stan | |