Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Member Functions | List of all members
stan::math::matrix_exp_action_handler Class Reference

#include <matrix_exp_action_handler.hpp>

Public Member Functions

 matrix_exp_action_handler ()
 
Eigen::MatrixXd action (const Eigen::MatrixXd &mat, const Eigen::MatrixXd &b, const double &t=1.0)
 
void set_approximation_parameter (const Eigen::MatrixXd &mat, const double &t, int &m, int &s)
 

Detailed Description

Definition at line 19 of file matrix_exp_action_handler.hpp.

Constructor & Destructor Documentation

◆ matrix_exp_action_handler()

stan::math::matrix_exp_action_handler::matrix_exp_action_handler ( )
inline

Definition at line 39 of file matrix_exp_action_handler.hpp.

Member Function Documentation

◆ action()

Eigen::MatrixXd stan::math::matrix_exp_action_handler::action ( const Eigen::MatrixXd &  mat,
const Eigen::MatrixXd &  b,
const double &  t = 1.0 
)
inline

Definition at line 47 of file matrix_exp_action_handler.hpp.

◆ set_approximation_parameter()

void stan::math::matrix_exp_action_handler::set_approximation_parameter ( const Eigen::MatrixXd &  mat,
const double &  t,
int &  m,
int &  s 
)
inline

Definition at line 104 of file matrix_exp_action_handler.hpp.


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

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