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

avoid infinite loop for single-precision matrices #331

Merged
merged 2 commits into from
Nov 17, 2021

Commits on Nov 16, 2021

  1. avoid infinite loop for single-precision matrices

    if `BaseMatType` is `fmat` (ie. matrix with single precision elements), 1e-16 is effectively zero, leading to an infinite loop if `chol()` fails on the `C[idx0]` matrix.
    The solution is to use type dependent epsilon.
    conradsnicta authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    14573d1 View commit details
    Browse the repository at this point in the history
  2. update history

    conradsnicta authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c7a8727 View commit details
    Browse the repository at this point in the history