Skip to content

Commit

Permalink
State tht for linear interpolation, the coordinates of the interpolat…
Browse files Browse the repository at this point in the history
…ed points are evenly spaced.
  • Loading branch information
AndersMS committed Jul 23, 2021
1 parent 0fdc7e4 commit 5f9ad9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appj.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The appendix is organised in a sections on <<common-definitions-and-notation>>,
The coordinate interpolation methods are named to indicate the number of dimensions they interpolate as well as the type of interpolation provided. For example, the interpolation method named `linear` provides linear interpolation in one dimension and the method named `bi_linear` provides linear interpolation in two dimensions. Equivalently, the interpolation method named `quadratic` provides quadratic interpolation in one dimension and the interpolation method named `bi_quadratic` provides quadratic interpolation in two dimensions.

When an interpolation method is referred to as linear or quadratic, it means that the method is linear or quadratic in the indices of the interpolated dimensions.
Consequently, for a linear interpolation, the coordinates of the interpolated points are evenly spaced.

For convenience, an interpolation argument `s` is introduced, calculated as a function of the index in the target domain of the coordinate value to be reconstituted. In the case of one dimensional interpolation the variable is computed as

Expand Down

0 comments on commit 5f9ad9a

Please sign in to comment.