![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Defines a public enum named value and sets it to true if the type of the elements in the provided Eigen Matrix is constant, false otherwise. More...
#include <is_constant.hpp>
Public Types | |
enum | { value = is_constant<T>::value } |
Defines a public enum named value and sets it to true if the type of the elements in the provided Eigen Matrix is constant, false otherwise.
This is used in the is_constant_all metaprogram.
T | type of the elements in the Eigen Matrix |
R | number of rows in the Eigen Matrix |
C | number of cols in the eigen Matrix |
Definition at line 19 of file is_constant.hpp.
anonymous enum |
Enumerator | |
---|---|
value |
Definition at line 20 of file is_constant.hpp.