summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add monotone cubic interpolationMattias Andrée2014-04-061-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add test implemention of monotone cubic interpolationMattias Andrée2014-04-061-0/+140
| | | | 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>
* forgot the licenseMattias Andrée2014-04-062-0/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add an example designed to break monotonicityMattias Andrée2014-04-061-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add more graphsMattias Andrée2014-04-062-4/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-04-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix cubic interpolationMattias Andrée2014-04-062-6/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add cubic interpolation test, did not work out too wellMattias Andrée2014-04-061-0/+90
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add test of linear interpolationMattias Andrée2014-04-052-0/+79
Signed-off-by: Mattias Andrée <maandree@operamail.com>