init_finter Interface

public interface init_finter

Module Procedures

private subroutine init_finter_d(func, xin, fin, N)

Arguments

Type IntentOptional Attributes Name
type(finter_type) :: func
real(kind=8) :: xin(:)
real(kind=8) :: fin(size(xin))
integer :: N

private subroutine init_finter_c(func, xin, fin, N)

Arguments

Type IntentOptional Attributes Name
type(finter_type) :: func
real(kind=8) :: xin(:)
complex(kind=8) :: fin(size(xin))
integer :: N