eigen_2d Subroutine

public subroutine eigen_2d(Amat, eigenvector)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: Amat(:,:)
real(kind=real64), intent(inout), allocatable:: eigenvector(:,:)

Contents

None