![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>#include <stan/math/prim/meta/bool_constant.hpp>#include <stan/math/prim/meta/is_base_pointer_convertible.hpp>#include <stan/math/prim/meta/require_helpers.hpp>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | stan::is_eigen_matrix_base< T > |
| Checks whether type T is derived from Eigen::MatrixBase. More... | |
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
Typedefs | |
| template<typename T > | |
| using | stan::require_eigen_matrix_base_t = require_t< is_eigen_matrix_base< std::decay_t< T > > > |
| Require type satisfies is_eigen_matrix_base. | |
| template<template< class... > class TypeCheck, class... Check> | |
| using | stan::require_eigen_matrix_base_vt = require_t< container_type_check_base< is_eigen_matrix_base, value_type_t, TypeCheck, Check... > > |
| Require type satisfies is_eigen_matrix_base. | |
| template<template< class... > class TypeCheck, class... Check> | |
| using | stan::require_all_eigen_matrix_base_vt = require_all_t< container_type_check_base< is_eigen_matrix_base, value_type_t, TypeCheck, Check >... > |
| Require all of the types satisfy is_eigen_matrix_base. | |