summaryrefslogtreecommitdiffstats
path: root/src/interpolation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* demo tension parameterMattias Andrée2014-04-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* document tensionMattias Andrée2014-04-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimisation to cubic interpolation: remove a basis function by doing an value translationMattias Andrée2014-04-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix cubic interpolationMattias Andrée2014-04-061-4/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-04-051-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add interpolate_functionMattias Andrée2014-04-051-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split aux into aux and interpolationMattias Andrée2014-04-051-0/+190
Signed-off-by: Mattias Andrée <maandree@operamail.com>