-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhaul qr function for Matlab compatibility (bug #66488)
* qr.cc (Fqr): Update documentation to warn that calling form with argument '0' is not recommended and may be removed. Update input validation to catch a non-numeric argument B, and to catch being called with more than 3 output arguments. Remove input validation code for invalid 'B' argument that is unreachable. Return a matrix P when "econ" argument is given rather than a vector. Always return a row vector when "vector" or "0" flag given for Matlab compatibility. Update BIST tests. Add BIST test for bug #66488.
- Loading branch information
Rik
committed
Nov 30, 2024
1 parent
006e395
commit d983a29
Showing
1 changed file
with
71 additions
and
50 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