Array-valued functions
A function can return an array
Such a function is called an array-valued function
function name(…..) result(arr)real, dimension(dim) :: arr...
end function name
Explicit-shape
Previous slide
Next slide
Back to first slide
View graphic version