Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
matrix_exp_multiply.hpp File Reference
#include <stan/math/prim/mat.hpp>
#include <stan/math/prim/mat/fun/matrix_exp_action_handler.hpp>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<int Cb>
Eigen::Matrix< double, -1, Cb > stan::math::matrix_exp_multiply (const Eigen::MatrixXd &A, const Eigen::Matrix< double, -1, Cb > &B)
 Return product of exp(A) and B, where A is a NxN double matrix, B is a NxCb double matrix, and t is a double. More...
 

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