Skip to content

Conversation

angsch
Copy link
Collaborator

@angsch angsch commented Jun 2, 2023

  • Fix precision-related typos in the documentation
  • Remove the file sceil.f, which provides the same functionality as the Fortran intrinsic CEILING. sceil was only used in the LL variant of QR. All occurrences have been replaced with calls to CEILING, which is already used by routines in SRC.

angsch added 2 commits June 2, 2023 17:38
sceil.f is only referenced in SRC/VARIANTS/qr/LL/.
Replace all occurrences of calls to sceil with
the Fortran intrinsics CEILING, which is already
used by a bunch of other routines.
@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f86d08b) 0.00% compared to head (cd32798) 0.00%.

❗ Current head cd32798 differs from pull request most recent head 65df15e. Consider uploading reports for the commit 65df15e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #847   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1908     1908           
  Lines      186954   186954           
=======================================
  Misses     186954   186954           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@langou
Copy link
Contributor

langou commented Jun 3, 2023

Oh my. Thanks @angsch.

I am thankful we are removing the SRC/VARIANTS/qr/LL/sceil.f file. Good idea.

@langou langou merged commit cea4a63 into Reference-LAPACK:master Jun 3, 2023
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