Stan  1.0
probability, sampling & optimization
Static Public Member Functions | List of all members
stan::math::promoter< std::vector< F >, std::vector< T > > Struct Template Reference

#include <matrix.hpp>

Static Public Member Functions

static void promote (const std::vector< F > &u, std::vector< T > &t)
 
static std::vector< T > promote_to (const std::vector< F > &u)
 

Detailed Description

template<typename F, typename T>
struct stan::math::promoter< std::vector< F >, std::vector< T > >

Definition at line 45 of file matrix.hpp.

Member Function Documentation

◆ promote()

template<typename F , typename T >
static void stan::math::promoter< std::vector< F >, std::vector< T > >::promote ( const std::vector< F > &  u,
std::vector< T > &  t 
)
inlinestatic

Definition at line 46 of file matrix.hpp.

◆ promote_to()

template<typename F , typename T >
static std::vector<T> stan::math::promoter< std::vector< F >, std::vector< T > >::promote_to ( const std::vector< F > &  u)
inlinestatic

Definition at line 53 of file matrix.hpp.


The documentation for this struct was generated from the following file:

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