![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
| anonymous enum |
| Enumerator | |
|---|---|
| IsComplex | stan::math::var is not complex. |
| IsInteger | stan::math::var is not an integer. |
| IsSigned | stan::math::var is signed. |
| RequireInitialization | stan::math::var does not require initialization. |
| ReadCost | Twice the cost of copying a double. |
| AddCost | This is just forward cost, but it's the cost of a single addition (plus memory overhead) in the forward direction. |
| MulCost | Multiply cost is single multiply going forward, but there's also memory allocation cost. |
Definition at line 43 of file Eigen_NumTraits.hpp.