![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <boost/type_traits/common_type.hpp>
#include <stan/math/prim/scal/err/invalid_argument.hpp>
#include <stan/math/prim/scal/meta/likely.hpp>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T_size1 , typename T_size2 > | |
void | stan::math::check_size_match (const char *function, const char *name_i, T_size1 i, const char *name_j, T_size2 j) |
Check if the provided sizes match. More... | |
template<typename T_size1 , typename T_size2 > | |
void | stan::math::check_size_match (const char *function, const char *expr_i, const char *name_i, T_size1 i, const char *expr_j, const char *name_j, T_size2 j) |
Check if the provided sizes match. More... | |