Parameter used to define a bell shaped function. Used to create either an increasing or a decreasing function with a transitory linear behavior in between xmin and xmax.
More...
#include <TPIKDefines.h>
|
| Eigen::VectorXd | xmin |
| | Vector containing the xmin for all the bell shaped function described by the struct.
|
| |
| Eigen::VectorXd | xmax |
| | Vector containing the xmax for all the bell shaped function described by the struct.
|
| |
Parameter used to define a bell shaped function. Used to create either an increasing or a decreasing function with a transitory linear behavior in between xmin and xmax.
◆ ConfigureFromFile()
template<typename T >
| bool tpik::BellShapedParameter::ConfigureFromFile |
( |
T & |
confObj | ) |
|
|
inline |
◆ operator<<
Overload of the cout operator.
◆ xmax
| Eigen::VectorXd tpik::BellShapedParameter::xmax |
Vector containing the xmax for all the bell shaped function described by the struct.
◆ xmin
| Eigen::VectorXd tpik::BellShapedParameter::xmin |
Vector containing the xmin for all the bell shaped function described by the struct.
The documentation for this struct was generated from the following file: