- Oct 10, 2016
-
-
Yonghui56 authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Apr 21, 2016
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The constructor performed two things simultaniously, which is not good for a ctor: Constructing the object and calculating the values at given points. If needed such code should be moved to a standalone algorithm.
-
Dmitri Naumov authored
This way an expensive copy must be performed by the caller and is not hidden in the ctor.
-
Dmitri Naumov authored
Reasoning: The vector's move operation is cheap and it covers the two cases of passed l-values and r-values w/o code duplication and templates. According to "Effective modern c++" Item 41: "Consider pass by value for copyable parameters that are cheap to move and always copied."
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Feb 18, 2013
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
If the point to interpolate the value on is not located in any interval we choose either the first or the last interval and extrapolate the data. The algorithm for the determination of the interval is corrected.
-
- Jan 10, 2013
-
-
Lars Bilke authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Sep 19, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jun 28, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
This reverts commit 05677165. Conflicts: FileIO/XmlIO/XmlGspInterface.cpp README.md
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- May 22, 2012
-
-
Tom Fischer authored
- added class template LinearIntervalInterpolation
-
- May 21, 2012
-
-
Tom Fischer authored
-