|
Gromacs
2023.4
|
#include <gromacs/tables/tableinput.h>
Specification for analytical table function (name, function, derivative)
Public Attributes | |
| const std::string & | desc |
| Brief description of function. | |
| std::function< double(double)> | function |
| Analytical form of function. | |
| std::function< double(double)> | derivative |
| Analytical derivative. | |
1.8.5