Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
rep_array.hpp File Reference
#include <vector>
#include <stan/math/error_handling/check_nonnegative.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
std::vector< T > stan::math::rep_array (const T &x, int n)
 
template<typename T >
std::vector< std::vector< T > > stan::math::rep_array (const T &x, int m, int n)
 
template<typename T >
std::vector< std::vector
< std::vector< T > > > 
stan::math::rep_array (const T &x, int k, int m, int n)
 

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