eigenValueAndVector Subroutine

public subroutine eigenValueAndVector(A, lambda, x, tol)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(inout) :: A(:,:)
real(kind=real64), intent(out), allocatable :: lambda(:)
real(kind=real64), intent(out), allocatable :: x(:,:)
real(kind=real64), intent(in), optional :: tol