![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/error_handling/check_consistent_size.hpp>#include <stan/math/error_handling/dom_err.hpp>#include <stan/meta/traits.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T1 , typename T2 , typename T_result > | |
| bool | stan::math::check_consistent_sizes (const char *function, const T1 &x1, const T2 &x2, const char *name1, const char *name2, T_result *result) |
| template<typename T1 , typename T2 , typename T3 , typename T_result > | |
| bool | stan::math::check_consistent_sizes (const char *function, const T1 &x1, const T2 &x2, const T3 &x3, const char *name1, const char *name2, const char *name3, T_result *result) |
| template<typename T1 , typename T2 , typename T3 , typename T4 , typename T_result > | |
| bool | stan::math::check_consistent_sizes (const char *function, const T1 &x1, const T2 &x2, const T3 &x3, const T4 &x4, const char *name1, const char *name2, const char *name3, const char *name4, T_result *result) |