poly_term Interface

public interface poly_term

Calls

interface~~poly_term~~CallsGraph interface~poly_term poly_term proc~poly_term_rr poly_term_rr interface~poly_term->proc~poly_term_rr proc~poly_term_cc poly_term_cc interface~poly_term->proc~poly_term_cc proc~poly_term_rr->proc~poly_term_rr proc~poly_term_cc->proc~poly_term_cc

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))