![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/dims.hpp>
#include <stan/math/prim/mat/fun/resize.hpp>
#include <stan/math/prim/mat/fun/assign.hpp>
#include <stan/math/prim/arr/err/check_matching_sizes.hpp>
#include <stan/math/prim/scal/err/check_size_match.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T1 , typename T2 > | |
append_return_type< std::vector< T1 >, std::vector< T2 > >::type | stan::math::append_array (const std::vector< T1 > &x, const std::vector< T2 > &y) |
Return the concatenation of two specified vectors in the order of the arguments. More... | |
template<typename T1 > | |
std::vector< T1 > | stan::math::append_array (const std::vector< T1 > &x, const std::vector< T1 > &y) |
Return the concatenation of two specified vectors in the order of the arguments. More... | |