Functions to manipulate the coordinates.
Functions/Subroutines | |
pure double precision function, dimension(size(coordinates) -1) | coordinates_to_steps (coordinates) |
Translate coordinates to steps. | |
pure double precision function, dimension(size(coordinates)-1) mod_point_interpolation_coordinates::coordinates_to_steps | ( | double precision, dimension(:), intent(in) | coordinates | ) |
[in] | coordinates | the point coordinates of size \(N\) |