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

Gauss–Kronrod weights for arbitrary weight functions #83

Merged
merged 36 commits into from
Jul 25, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    a0cc1be View commit details
    Browse the repository at this point in the history
  2. rm redundant method

    stevengj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4705f33 View commit details
    Browse the repository at this point in the history
  3. more Kronrod tests

    stevengj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3859a8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12d067a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef1e86c View commit details
    Browse the repository at this point in the history
  6. rm unnnecessary check

    stevengj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d244572 View commit details
    Browse the repository at this point in the history
  7. another simplification

    stevengj committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ce96677 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    89668b9 View commit details
    Browse the repository at this point in the history
  2. naming convention

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    56598bb View commit details
    Browse the repository at this point in the history
  3. more comments

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b92e38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab24c0c View commit details
    Browse the repository at this point in the history
  5. better error message

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    553c8c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2811d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0ec105 View commit details
    Browse the repository at this point in the history
  8. test fix

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    93dfdcc View commit details
    Browse the repository at this point in the history
  9. use atol

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    39a4a95 View commit details
    Browse the repository at this point in the history
  10. Jacobi matrix must be real

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6165fa9 View commit details
    Browse the repository at this point in the history
  11. another test

    stevengj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    518ed6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    169bced View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ffa1879 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a73cc27 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e661218 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6555a07 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    43133b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    036a4bf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    10e678a View commit details
    Browse the repository at this point in the history
  2. doc tweaks

    stevengj committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    aacd98f View commit details
    Browse the repository at this point in the history
  3. typo

    stevengj committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e621047 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fixes

    stevengj committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    20d5164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d864f61 View commit details
    Browse the repository at this point in the history
  3. another test

    stevengj committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0dec041 View commit details
    Browse the repository at this point in the history
  4. Gauss-Jacobi example

    stevengj committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8fe2b72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43e5a73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21b9906 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df07acd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c6c1c6 View commit details
    Browse the repository at this point in the history