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

Rank Deficient Matrices #117

Merged
merged 4 commits into from
Sep 9, 2023
Merged

Commits on Aug 17, 2023

  1. Fixed row permutations for rank deficient rectangular matrices

    Bug fix applies to some rank deficient rectangular matrices where m > n, where m is the number of rows and n is the number of columns.
    evan-dsa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cf93b7e View commit details
    Browse the repository at this point in the history
  2. Updated mex interface to work in latest matlab version

    Updated mex to work with rank deficient rectangular matrices
    sparsfun is not supported in Matlab R2022a.  Use of this function suggests replacing with spparms.
    evan-dsa committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1e8d1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2cfc25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0636e3b View commit details
    Browse the repository at this point in the history