Stan  1.0
probability, sampling & optimization
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 <matrix.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 89 of file matrix.hpp.

Member Function Documentation

◆ promote()

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 90 of file matrix.hpp.

◆ promote_to()

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 94 of file matrix.hpp.


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

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