![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <vector>#include <stan/math/functions/promote_scalar_type.hpp>#include <stan/math/matrix/Eigen.hpp>Go to the source code of this file.
Classes | |
| struct | stan::math::promote_scalar_type< T, Eigen::Matrix< S, Eigen::Dynamic, Eigen::Dynamic > > |
| Template metaprogram to calculate a type for a matrix whose underlying scalar is converted from the second template parameter type to the first. More... | |
| struct | stan::math::promote_scalar_type< T, Eigen::Matrix< S, Eigen::Dynamic, 1 > > |
| Template metaprogram to calculate a type for a vector whose underlying scalar is converted from the second template parameter type to the first. More... | |
| struct | stan::math::promote_scalar_type< T, Eigen::Matrix< S, 1, Eigen::Dynamic > > |
| Template metaprogram to calculate a type for a row vector whose underlying scalar is converted from the second template parameter type to the first. More... | |
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |