evaluateTree Interface

interface
public pure module function evaluateTree(this, inputArray) result(res)

Arguments

Type IntentOptional Attributes Name
class(CalculationTree), intent(in) :: this
type(RealArray), intent(in), dimension(:) :: inputArray

Return Value real(kind=rk),allocatable,dimension(:)

Description

Call tree's root node evaluate