-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the logic used to update the Coefficients in the CubicSpline c…
…lass (#723) * [Core] Remove trailing whitespaces in CubicSpline* files * Fix #722 * introduce `m_areCoefficientsUpdated` flag to check if the coefficients are updated * compute the internal coefficients only if it is necessary * Update CHANGELOG.md * Add braces in the if conditions in CubicSpline::setData() method
- Loading branch information
1 parent
a14592a
commit 443b5a6
Showing
3 changed files
with
55 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters