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: Cholesky factorization #840

Merged
merged 23 commits into from
Aug 19, 2024
Merged

linalg: Cholesky factorization #840

merged 23 commits into from
Aug 19, 2024

Commits on Jun 25, 2024

  1. add cholesky source

    perazz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3d2a6ec View commit details
    Browse the repository at this point in the history
  2. cholesky submodule

    perazz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b1dec60 View commit details
    Browse the repository at this point in the history
  3. implement tests

    perazz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    74074a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a4e36 View commit details
    Browse the repository at this point in the history
  5. implement examples

    perazz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ac1e0f9 View commit details
    Browse the repository at this point in the history
  6. doc: specs

    perazz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6b98c46 View commit details
    Browse the repository at this point in the history
  7. finish documentation

    perazz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    780b0a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 6, 2024

  1. lift xdp restriction

    perazz committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a91103a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    81ca0ba View commit details
    Browse the repository at this point in the history
  2. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bb57303 View commit details
    Browse the repository at this point in the history
  3. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    89f53ea View commit details
    Browse the repository at this point in the history
  4. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a56fb48 View commit details
    Browse the repository at this point in the history
  5. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    74ddd32 View commit details
    Browse the repository at this point in the history
  6. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1b65f8b View commit details
    Browse the repository at this point in the history
  7. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d52b707 View commit details
    Browse the repository at this point in the history
  8. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a0ca36f View commit details
    Browse the repository at this point in the history
  9. Update doc/specs/stdlib_linalg.md

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    52d0894 View commit details
    Browse the repository at this point in the history
  10. Update src/stdlib_linalg_cholesky.fypp

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5850eee View commit details
    Browse the repository at this point in the history
  11. Update src/stdlib_linalg_cholesky.fypp

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    531aba7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2549839 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8955bf0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    140fc7f View commit details
    Browse the repository at this point in the history