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

linalg: determinant #798

Merged
merged 29 commits into from
Apr 25, 2024
Merged

linalg: determinant #798

merged 29 commits into from
Apr 25, 2024

Commits on Apr 13, 2024

  1. import files

    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4a4b899 View commit details
    Browse the repository at this point in the history
  2. add pure interface

    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d54cfa3 View commit details
    Browse the repository at this point in the history
  3. add operator interface

    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c987fa1 View commit details
    Browse the repository at this point in the history
  4. add tests

    add tests
    
    add test file
    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b9a3b0e View commit details
    Browse the repository at this point in the history
  5. make pure

    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4a29219 View commit details
    Browse the repository at this point in the history
  6. remove xdp

    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3d05cc3 View commit details
    Browse the repository at this point in the history
  7. Documentation

    Documentation
    perazz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4beab1f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. submodule version

    perazz committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    15023e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update src/stdlib_linalg.fypp

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5923a54 View commit details
    Browse the repository at this point in the history
  2. Update src/stdlib_linalg.fypp

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    31cdc84 View commit details
    Browse the repository at this point in the history
  3. add det example

    perazz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    45a606f View commit details
    Browse the repository at this point in the history
  4. Update src/stdlib_linalg_determinant.fypp

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cacb585 View commit details
    Browse the repository at this point in the history
  5. Update src/stdlib_linalg_determinant.fypp

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5c16ff8 View commit details
    Browse the repository at this point in the history
  6. Update src/stdlib_linalg_determinant.fypp

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ab030c5 View commit details
    Browse the repository at this point in the history
  7. warn about xdp

    perazz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    13bd98a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bf7141 View commit details
    Browse the repository at this point in the history
  9. cleanup xdp notes

    perazz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    504d90d View commit details
    Browse the repository at this point in the history
  10. spacing

    perazz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e80b508 View commit details
    Browse the repository at this point in the history
  11. relax error thresholds

    perazz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c6076ea View commit details
    Browse the repository at this point in the history
  12. restore pure attribute

    perazz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eaebe5c View commit details
    Browse the repository at this point in the history
  13. Update test/linalg/test_linalg_determinant.fypp

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5d52d48 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. add docs

    perazz committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cff995d View commit details
    Browse the repository at this point in the history
  2. link to specs

    perazz committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    2fe2428 View commit details
    Browse the repository at this point in the history
  3. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    45447a8 View commit details
    Browse the repository at this point in the history
  4. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3ee20ad View commit details
    Browse the repository at this point in the history
  5. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1e50115 View commit details
    Browse the repository at this point in the history
  6. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fe933ad View commit details
    Browse the repository at this point in the history
  7. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    59dae89 View commit details
    Browse the repository at this point in the history
  8. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
    perazz and jvdp1 authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3c72b06 View commit details
    Browse the repository at this point in the history