|
My Project
|
This file file provides a dense-AD Evaluation class where the number of derivatives is specified at runtime. More...
#include "Evaluation.hpp"#include "Math.hpp"#include <opm/material/common/Valgrind.hpp>#include <opm/material/common/FastSmallVector.hpp>#include <cmath>#include <cassert>#include <cstring>#include <iostream>#include <algorithm>Go to the source code of this file.
Classes | |
| class | Opm::DenseAd::Evaluation< ValueT, DynamicSize, staticSize > |
| Represents a function evaluation and its derivatives w.r.t. More... | |
Typedefs | |
| template<class Scalar , unsigned staticSize = 0> | |
| using | Opm::DenseAd::DynamicEvaluation = Evaluation< Scalar, DynamicSize, staticSize > |
This file file provides a dense-AD Evaluation class where the number of derivatives is specified at runtime.