Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_eigen_matrix_base.hpp>
#include <stan/math/prim/meta/plain_type.hpp>
Go to the source code of this file.
Classes | |
struct | stan::math::internal::change_eigen_options_impl< Mat, NewOptions, typename > |
Change the options of an Eigen matrix or array. More... | |
struct | stan::math::internal::change_eigen_options_impl< Mat, NewOptions, require_eigen_matrix_base_t< Mat > > |
struct | stan::math::internal::change_eigen_options_impl< Mat, NewOptions, require_eigen_array_t< Mat > > |
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. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
namespace | stan::math::internal |
A comparator that works for any container type that has the brackets operator. | |
Typedefs | |
template<typename Mat , int NewOptions> | |
using | stan::math::change_eigen_options_t = typename internal::change_eigen_options_impl< plain_type_t< std::decay_t< Mat > >, NewOptions >::type |
Change the options of an Eigen matrix or array. | |