Stan Math Library  2.8.0
reverse mode automatic differentiation
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Groups
Static Public Member Functions | List of all members
stan::math::promoter< Eigen::Matrix< T, R, C >, Eigen::Matrix< T, R, C > > Struct Template Reference

#include <promoter.hpp>

Static Public Member Functions

static void promote (const Eigen::Matrix< T, R, C > &u, Eigen::Matrix< T, R, C > &t)
 
static Eigen::Matrix< T, R, C > promote_to (const Eigen::Matrix< T, R, C > &u)
 

Detailed Description

template<typename T, int R, int C>
struct stan::math::promoter< Eigen::Matrix< T, R, C >, Eigen::Matrix< T, R, C > >

Definition at line 80 of file promoter.hpp.

Member Function Documentation

template<typename T , int R, int C>
static void stan::math::promoter< Eigen::Matrix< T, R, C >, Eigen::Matrix< T, R, C > >::promote ( const Eigen::Matrix< T, R, C > &  u,
Eigen::Matrix< T, R, C > &  t 
)
inlinestatic

Definition at line 81 of file promoter.hpp.

template<typename T , int R, int C>
static Eigen::Matrix<T, R, C> stan::math::promoter< Eigen::Matrix< T, R, C >, Eigen::Matrix< T, R, C > >::promote_to ( const Eigen::Matrix< T, R, C > &  u)
inlinestatic

Definition at line 86 of file promoter.hpp.


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

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