poly_term Interface

public interface poly_term

Contents


Module Procedures

public recursive function poly_term_rr(a, b) result(u)

Arguments

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

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

public recursive function poly_term_cc(a, b) result(u)

Arguments

Type IntentOptional AttributesName
complex(kind=SPC), intent(in), DIMENSION(:):: a
complex(kind=SPC), intent(in) :: b

Return Value complex(kind=SPC), DIMENSION(size(a))