NECI_WRITE_MATRIX Subroutine

public subroutine NECI_WRITE_MATRIX(CHAR, M, N, A)

Arguments

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

Contents