Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::promote_elements< std::vector< T >, std::vector< T > > Struct Template Reference

Detailed Description

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

Struct with static function for elementwise type promotion.

This specialization promotes vector elements of the same type.

Template Parameters
Ttype of elements

Definition at line 84 of file promote_elements.hpp.

#include <promote_elements.hpp>

Static Public Member Functions

static const std::vector< T > & promote (const std::vector< T > &u)
 Return input vector.
 

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