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

Fix input argument check #646

Merged
merged 1 commit into from
Jan 31, 2022
Merged

Fix input argument check #646

merged 1 commit into from
Jan 31, 2022

Conversation

angsch
Copy link
Collaborator

@angsch angsch commented Jan 30, 2022

Description
The routine requires M >= N as correctly stated in the documentation. This commit copies the argument check from xGEQRT2's level-3 BLAS counterpart xGEQRT3.

Checklist

  • The documentation has been updated.
  • If the PR solves a specific issue, it is set to be closed on merge.

Use the same argument check as the drop-in replacement xGEQRT3
to ensure M >= N.
@langou
Copy link
Contributor

langou commented Jan 31, 2022

Thanks @angsch.

@langou langou merged commit c14db3b into Reference-LAPACK:master Jan 31, 2022
@julielangou julielangou added this to the LAPACK 3.10.1 milestone Nov 12, 2022
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.

None yet

3 participants