eye Interface

interface
public pure module function eye(m, n) result(a)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: m
integer, intent(in) :: n

Return Value integer(kind=int8)(m,n)