![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
#include <stan/math/prim/scal/fun/promote_scalar_type.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <vector>
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 | |
stan::math | |
Matrices and templated mathematical functions. | |