Write_HEMatrix Subroutine

private subroutine Write_HEMatrix(CHAR, M, N, A)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: CHAR
integer :: M
integer :: N
real(kind=dp) :: A(M,N)

Contents