This file file provides a dense-AD Evaluation class where the number of derivatives is specified at runtime.
More...
|
template<class Scalar , unsigned staticSize> |
DenseAd::Evaluation< Scalar, -1, staticSize > | Opm::constant (int numDerivatives, const Scalar &value) |
|
template<class Scalar , unsigned staticSize> |
DenseAd::Evaluation< Scalar, -1, staticSize > | Opm::variable (int numDerivatives, const Scalar &value, unsigned idx) |
|
This file file provides a dense-AD Evaluation class where the number of derivatives is specified at runtime.
- Attention
- THIS FILE GETS AUTOMATICALLY GENERATED BY THE "genEvalSpecializations.py" SCRIPT. DO NOT EDIT IT MANUALLY!