identity Subroutine

public subroutine identity(mat_eye)

Creates an identity matrix of size n x n.

Arguments

Type IntentOptional AttributesName
real(kind=rp), intent(out), dimension(:,:):: mat_eye

(n,n) array


Called by

proc~~identity~~CalledByGraph proc~identity identity proc~eigval_33rsym eigval_33rsym proc~eigval_33rsym->proc~identity

Contents

None