Skip to content

cleanup: normalize ZERO/ONE constant order in TESTING/EIG error-exit tests#1236

Open
nakatamaho wants to merge 1 commit intoReference-LAPACK:masterfrom
nakatamaho:cleanup/testing-eig-erred-constants
Open

cleanup: normalize ZERO/ONE constant order in TESTING/EIG error-exit tests#1236
nakatamaho wants to merge 1 commit intoReference-LAPACK:masterfrom
nakatamaho:cleanup/testing-eig-erred-constants

Conversation

@nakatamaho
Copy link
Copy Markdown
Contributor

This PR normalizes the declaration and PARAMETER definition order
of the named constants ZERO and ONE across TESTING/EIG error-exit
test routines:

  • {s,d,c,z}errec
  • {s,d,c,z}erred

Specifically, the order is unified to:
ZERO, ONE

This matches the prevailing style used in other parts of LAPACK
and improves consistency for automated translation and maintenance
(e.g., fable-based workflows in MPLAPACK).

No functional changes are intended. This is a pure cleanup.

…it tests

Reorder ZERO and ONE declarations and PARAMETER definitions
for consistency in the TESTING/EIG error-exit test sources.

No functional change intended.
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.

1 participant