pwl_deriv_x_vec Interface

interface


Calls

interface~~pwl_deriv_x_vec~~CallsGraph interface~pwl_deriv_x_vec pwl_deriv_x_vec proc~pwl_deriv_x_vec pwl_deriv_x_vec interface~pwl_deriv_x_vec->proc~pwl_deriv_x_vec interface~pwl_nearest pwl_nearest proc~pwl_deriv_x_vec->interface~pwl_nearest interface~abort_psblas abort_psblas proc~pwl_deriv_x_vec->interface~abort_psblas proc~pwl_nearest pwl_nearest interface~pwl_nearest->proc~pwl_nearest proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas proc~pwl_nearest->interface~abort_psblas psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

interface~~pwl_deriv_x_vec~~CalledByGraph interface~pwl_deriv_x_vec pwl_deriv_x_vec interface~pwl_deriv pwl_deriv interface~pwl_deriv->interface~pwl_deriv_x_vec proc~get_motion_velocity get_motion_velocity proc~get_motion_velocity->interface~pwl_deriv interface~get_motion_velocity get_motion_velocity interface~get_motion_velocity->proc~get_motion_velocity

private module subroutine pwl_deriv_x_vec(dydx, x, y_data, x_data)

Arguments

Type IntentOptional AttributesName
type(vector), intent(out) :: dydx
real(kind=psb_dpk_), intent(in) :: x
type(vector), intent(in) :: y_data(:)
real(kind=psb_dpk_), intent(in) :: x_data(:)