chebev Interface

public interface chebev

Called by

interface~~chebev~~CalledByGraph interface~chebev chebev proc~beschb_v beschb_v proc~beschb_v->interface~chebev proc~beschb_s beschb_s proc~beschb_s->interface~chebev

Contents


Functions

public function chebev_s(a, b, c, x)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in) :: a
real(kind=SP), intent(in) :: b
real(kind=SP), intent(in), DIMENSION(:):: c
real(kind=SP), intent(in) :: x

Return Value real(kind=SP)

public function chebev_v(a, b, c, x)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in) :: a
real(kind=SP), intent(in) :: b
real(kind=SP), intent(in), DIMENSION(:):: c
real(kind=SP), intent(in), DIMENSION(:):: x

Return Value real(kind=SP), DIMENSION(size(x))