Automatic Differentiation
 
Loading...
Searching...
No Matches
modify_eigen_options.hpp File Reference

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.