eigen_2d Subroutine

public subroutine eigen_2d(Amat, eigenvector)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: Amat(:,:)
real(kind=8), intent(inout) :: eigenvector(:,:)