#include <SimpleCrystalBall.h>
|
| template<typename... Args> |
| static auto | Eval (Args &&... args) -> decltype(SimpleCrystalBall::Eval(std::forward< Args >(args)...)) |
| |
| static auto | GetTF1 () -> decltype(SimpleCrystalBall::GetTF1()) |
| |
◆ Eval()
template<typename... Args>
| static auto ant::math::GaussExp::Eval |
( |
Args &&... |
args | ) |
-> decltype(SimpleCrystalBall::Eval(std::forward<Args>(args)...))
|
|
inlinestatic |
◆ GetTF1()
| static auto ant::math::GaussExp::GetTF1 |
( |
| ) |
-> decltype(SimpleCrystalBall::GetTF1())
|
|
inlinestatic |
The documentation for this struct was generated from the following file: