Stan Math Library
4.9.0
Automatic Differentiation
|
#define ADD_MIXED_AUTODIFF_SCALAR_COMPARISON | ( | OPERATOR, | |
OP | |||
) |
Add support for comparisons involving Eigen types with different scalars, where one of the scalars is an autodiff type.
This includes comparisons of an Eigen type and a scalar.
OPERATOR | name of the operator function to implement |
OP | operator to use for comparison of values |
Definition at line 18 of file eigen_comparisons.hpp.