Skip to content

Fix typo in lapack.h #579

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

Merged
merged 1 commit into from
Jun 7, 2021
Merged

Conversation

ZTaylor39
Copy link
Contributor

Fixed typos on lines 219 and 221 in lapack.h

Description
Line 219 currently reads:
#define LAPACK_sbbcsd(...) LAPACK_dbbcsd_base(__VA_ARGS__, 1, 1, 1, 1, 1)

It should be changed to:
#define LAPACK_sbbcsd(...) LAPACK_sbbcsd_base(__VA_ARGS__, 1, 1, 1, 1, 1)

Line 221 currently reads:
#define LAPACK_sbbcsd(...) LAPACK_dbbcsd_base(__VA_ARGS__)
It should be changed to:
#define LAPACK_sbbcsd(...) LAPACK_sbbcsd_base(__VA_ARGS__)
Checklist

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

Fixed typos on lines 219 and 221 in lapack.h
Copy link
Collaborator

@weslleyspereira weslleyspereira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@weslleyspereira
Copy link
Collaborator

Closes #578

@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #579 (ab58ebd) into master (53a49de) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #579   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files        1894     1894           
  Lines      190679   190679           
=======================================
  Hits       157065   157065           
  Misses      33614    33614           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53a49de...ab58ebd. Read the comment docs.

@weslleyspereira weslleyspereira merged commit 0448336 into Reference-LAPACK:master Jun 7, 2021
@julielangou julielangou added this to the LAPACK 3.10.0 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.

3 participants