Mantid
|
A linear function. More...
Public Member Functions | |
LinearFunction (double a0, double a1) | |
double | operator() (double x) const |
Private Attributes | |
double | m_a0 |
double | m_a1 |
A linear function.
Definition at line 236 of file ParameterEstimator.cpp.
|
inline |
Definition at line 238 of file ParameterEstimator.cpp.
|
inline |
Definition at line 239 of file ParameterEstimator.cpp.
References m_a0, m_a1, and Mantid::Geometry::x.
|
private |
Definition at line 242 of file ParameterEstimator.cpp.
Referenced by operator()().
|
private |
Definition at line 243 of file ParameterEstimator.cpp.
Referenced by operator()().