EigenValueJacobiMethod Function

public function EigenValueJacobiMethod(A, x, tol) result(lambda)

Arguments

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

Return Value real(kind=real64), allocatable, (:)