Gromacs  2018.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::AnalyticalSplineTableInput Struct Reference

#include <gromacs/tables/tableinput.h>

Description

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.
 

The documentation for this struct was generated from the following file: