mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 00:42:02 +01:00
const-correctness fix
This commit is contained in:
@ -57,7 +57,7 @@ public:
|
||||
DoubleFunction bind(const Index argIndex, const double val) const;
|
||||
DoubleFunction bind(const Index argIndex, const DVec &x) const;
|
||||
// sample
|
||||
DVec sample(const DMat &x);
|
||||
DVec sample(const DMat &x) const;
|
||||
// arithmetic operators
|
||||
DoubleFunction operator-(void) const;
|
||||
DoubleFunction & operator+=(const DoubleFunction &f);
|
||||
|
Reference in New Issue
Block a user