RefineSequenceReal32 Subroutine

public subroutine RefineSequenceReal32(x, Fx, x_range, num_point)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(inout), allocatable:: x(:)
real(kind=real32), intent(inout), allocatable:: Fx(:)
real(kind=real32), intent(in) :: x_range(2)
integer(kind=int32), intent(in) :: num_point

Contents

None