thomas_module Module


Contents


Functions

public pure function thomas(as, bs, cs, ds) result(x)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: as(:)
real, intent(in) :: bs(:)
real, intent(in) :: cs(:)
real, intent(in) :: ds(:)

Return Value real, allocatable, (:)