summaryrefslogtreecommitdiffstats
path: root/interp.cc
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-16/+10
| | | | | | | | | Note: If you have an existing checkout with modifications, then you should: (1) save your current state on a branch (2) run clang-format on this branch (3) compare this branch to a fresh checkout of the clang-formatted master Since both your branch and master have been formatted with clang-format, this will lead to a very small diff, avoiding spurious changes due to formatting differences.
* Rename “automatic” vector types from float/double to float32/float64 for ↵Erik Schnetter2013-11-251-1/+1
| | | | clarity
* interp.cc: Use best double precision vector typeErik Schnetter2013-09-021-1/+1
|
* Add example that interpolates from an arrayErik Schnetter2013-07-061-0/+63
OpenPOWER on IntegriCloud