chebft Interface

interface
public function chebft(a, b, n, func)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in) :: a
real(kind=SP), intent(in) :: b
integer(kind=I4B), intent(in) :: n
function func(x)
Arguments
Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:):: x
Return Value real(kind=SP), DIMENSION(size(x))

Return Value real(kind=SP), DIMENSION(n)