Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
vec_concat.hpp File Reference
#include <stan/math/prim/meta.hpp>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
const std::vector< T > & stan::math::vec_concat (const std::vector< T > &v1)
 Ends the recursion to extract the event stack. More...
 
template<typename T , typename... Args>
const std::vector< T > stan::math::vec_concat (const std::vector< T > &v1, const Args... args)
 Gets the event stack from a vector of events and other arguments. More...
 

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