summaryrefslogtreecommitdiffstats
path: root/test/cubic_interpolation (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-06mMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06optimisation to cubic interpolation: remove a basis function by doing an value translationMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06forgot the licenseMattias Andrée1-0/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06add an example designed to break monotonicityMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06add more graphsMattias Andrée1-2/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06m docMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06m + fix cubic interpolationMattias Andrée1-5/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-06add cubic interpolation test, did not work out too wellMattias Andrée1-4/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05add test of linear interpolationMattias Andrée1-0/+70
Signed-off-by: Mattias Andrée <maandree@operamail.com>