Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ change_eigen_options_t

template<typename Mat , int NewOptions>
using stan::math::change_eigen_options_t = typedef typename internal::change_eigen_options_impl< plain_type_t<std::decay_t<Mat> >, NewOptions>::type

Change the options of an Eigen matrix or array.

Template Parameters
Mattype of the matrix or array
NewOptionsnew options for the matrix or array

Definition at line 41 of file modify_eigen_options.hpp.