mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-16 22:54:40 +00:00
Merge branch 'develop' into feature/feature/reorg
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
double operator()(void) const;
|
||||
template <typename... Ts>
|
||||
double operator()(const double arg0, const Ts... args) const;
|
||||
std::map<double, double> operator()(const std::map<double, double> &m) const;
|
||||
// bind
|
||||
DoubleFunction bind(const Index argIndex, const double val) const;
|
||||
DoubleFunction bind(const Index argIndex, const DVec &x) const;
|
||||
|
||||
Reference in New Issue
Block a user