-
-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-35375: Fix minimal kernel basis corner cases
Fixes the issues in #35258 and add relevant tests/examples - fix the case of the zero matrix (test `d is -1` replaced by `d == -1`) - fix the case of matrices having zero columns or zero rows - fix the construction of the approximation order in the corner case where it may have a zero entry (e.g. constant matrix having a zero column or row), by adding `1` to this entry in such cases (the approximation order of this column/row does not matter anyway since the column/row is zero). URL: #35375 Reported by: Vincent Neiger Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
1 changed file
with
61 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters