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

Lapacke fixes #537

Merged
merged 2 commits into from
Apr 22, 2021
Merged

Lapacke fixes #537

merged 2 commits into from
Apr 22, 2021

Conversation

eshpc
Copy link
Contributor

@eshpc eshpc commented Apr 16, 2021

Description

Misc corrections to LAPACKE:

  1. In lapack.h, add const qualifier to arguments R and C in declaration of function LAPACK_cgbrfsx, and similarly for
    LAPACK_dgbrfsx
    LAPACK_sgbrfsx
    LAPACK_zgbrfsx
    LAPACK_cherfsx
    LAPACK_zherfsx
    LAPACK_cporfsx
    LAPACK_dporfsx
    LAPACK_sporfsx
    LAPACK_zporfsx
    LAPACK_csyrfsx
    LAPACK_dsyrfsx
    LAPACK_ssyrfsx
    LAPACK_zsyrfsx

  2. Add missing "break" statement to
    lapacke_clascl.c
    lapacke_dlascl.c
    lapacke_slascl.c
    lapacke_zlascl.c
    in case 'H'.

@codecov
Copy link

codecov bot commented Apr 16, 2021

Codecov Report

Merging #537 (adbad2f) into master (30c9450) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #537   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files        1894     1894           
  Lines      190681   190681           
=======================================
  Hits       157067   157067           
  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 30c9450...adbad2f. Read the comment docs.

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!

@langou langou merged commit f02daa6 into Reference-LAPACK:master Apr 22, 2021
christoph-conrads pushed a commit to christoph-conrads/lapack that referenced this pull request May 23, 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.

None yet

4 participants