#include <vector>
#include <stan/math/matrix/Eigen.hpp>
Go to the source code of this file.
|
| struct | stan::math::promoter< F, T > |
| |
| struct | stan::math::promoter< T, T > |
| |
| struct | stan::math::promoter< std::vector< F >, std::vector< T > > |
| |
| struct | stan::math::promoter< std::vector< T >, std::vector< T > > |
| |
| struct | stan::math::promoter< Eigen::Matrix< F, R, C >, Eigen::Matrix< T, R, C > > |
| |
| struct | stan::math::promoter< Eigen::Matrix< T, R, C >, Eigen::Matrix< T, R, C > > |
| |
|
| | stan |
| | Probability, optimization and sampling library.
|
| |
| | stan::math |
| | Matrices and templated mathematical functions.
|
| |