NECI_RSDBLK Subroutine

private subroutine NECI_RSDBLK(CHAR, M, N, V1, A, V2)

Arguments

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

Contents