Stan Math Library
4.9.0
Automatic Differentiation
|
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.
Mat | type of the matrix or array |
NewOptions | new options for the matrix or array |
Definition at line 41 of file modify_eigen_options.hpp.