getter_of_mat Function

public function getter_of_mat(mat, idx) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: mat(:,:)
integer(kind=int32), intent(in) :: idx(1:2)

Return Value real(kind=real64), allocatable