Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converge >= and > usage in docs and implementation of GESVJ #1052

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

angsch
Copy link
Collaborator

@angsch angsch commented Sep 17, 2024

Description

The documentation and the code of GESVJ deviate in two spots with respect to the usage of .GT. and .GE.:

*> The number of rows of the input matrix A. 1/DLAMCH('E') > M >= 0.

IF( DBLE( M )*EPSLN.GE.ONE ) THEN

The PR takes the version in the code and updates the documentation.

*> It is required that CTOL >= ONE, i.e. it is not

ELSE IF( UCTOL .AND. ( WORK( 1 ).LE.ONE ) ) THEN

This deviation is fixed in the code, which now literally permits EPS as threshold.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants