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

Sparse algebra support with OOP API #760

Open
wants to merge 92 commits into
base: master
Choose a base branch
from

Commits on Jan 9, 2024

  1. sparse API 1st commit

    jalvesz committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5d0ff52 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    b1dcbf6 View commit details
    Browse the repository at this point in the history
  2. cmake build

    jalvesz committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c63c0dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d940ebd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    72481be View commit details
    Browse the repository at this point in the history
  2. fix typo

    jalvesz committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a7cb6be View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Jan 28, 2024

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

Commits on Jan 29, 2024

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

Commits on Feb 9, 2024

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

Commits on Mar 31, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 27, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c0bbabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2431d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64a045 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    d926581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b477c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d165b8b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 25, 2024

  1. wrong ellpack size

    jalvesz committed May 25, 2024
    Configuration menu
    Copy the full SHA
    87c867a View commit details
    Browse the repository at this point in the history
  2. start sparse specs

    jalvesz committed May 25, 2024
    Configuration menu
    Copy the full SHA
    59fe24e View commit details
    Browse the repository at this point in the history
  3. fix module name

    jalvesz committed May 25, 2024
    Configuration menu
    Copy the full SHA
    43ab25f View commit details
    Browse the repository at this point in the history
  4. include reference

    jalvesz committed May 25, 2024
    Configuration menu
    Copy the full SHA
    838b159 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. add matvec specs

    jalvesz committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c74ad09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14bfef9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    23be647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9dabc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on Jun 1, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    14e9be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e679f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91e619a View commit details
    Browse the repository at this point in the history
  4. fix example path

    jalvesz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7117d16 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    5b0aadf View commit details
    Browse the repository at this point in the history
  2. update spec

    jalvesz committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c0438f0 View commit details
    Browse the repository at this point in the history
  3. add coo2ordered procedure

    jalvesz committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e18b3fc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    79534b3 View commit details
    Browse the repository at this point in the history
  2. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5f35174 View commit details
    Browse the repository at this point in the history
  3. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b3de016 View commit details
    Browse the repository at this point in the history
  4. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    181760b View commit details
    Browse the repository at this point in the history
  5. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    147a5c9 View commit details
    Browse the repository at this point in the history
  6. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c832eeb View commit details
    Browse the repository at this point in the history
  7. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    22a70b1 View commit details
    Browse the repository at this point in the history
  8. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Federico Perini <[email protected]>
    jalvesz and perazz authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9223345 View commit details
    Browse the repository at this point in the history
  9. Update doc/specs/stdlib_sparse.md

    Co-authored-by: Ivan Pribec <[email protected]>
    jalvesz and ivan-pi authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    827a1ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21a8547 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da9f171 View commit details
    Browse the repository at this point in the history
  12. remove unused base attribute

    jalvesz committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1cbb982 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. forgotten base attribute

    jalvesz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a3c155a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. make set/get non_overridable

    jalvesz committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2fb4e83 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f25e07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7035c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82950e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. sellc add/at

    jalvesz committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    93c1e55 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    c1f30f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c16f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    944212d View commit details
    Browse the repository at this point in the history
  4. add example from_ijv

    jalvesz committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    dd4dbd8 View commit details
    Browse the repository at this point in the history
  5. unused matrix

    jalvesz committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2d7701e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98a564b View commit details
    Browse the repository at this point in the history
  7. example print index

    jalvesz committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    b65d933 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a94272e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

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

Commits on Jul 9, 2024

  1. Update doc/specs/stdlib_sparse.md

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

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

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

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

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    jalvesz and jvdp1 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    575c426 View commit details
    Browse the repository at this point in the history
  6. Update src/stdlib_sparse_kinds.fypp

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    jalvesz and jvdp1 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    db73fdc View commit details
    Browse the repository at this point in the history
  7. Update src/stdlib_sparse_kinds.fypp

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    jalvesz and jvdp1 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    697afa2 View commit details
    Browse the repository at this point in the history
  8. Update src/stdlib_sparse_kinds.fypp

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    jalvesz and jvdp1 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c97e665 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac100a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9879a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    dde88a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae038b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 13, 2024

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

Commits on Jul 31, 2024

  1. rollback on submodules

    jalvesz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c8d94a3 View commit details
    Browse the repository at this point in the history
  2. forgotten file in cmake

    jalvesz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    82dbe02 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 21, 2024

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

Commits on Sep 15, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 20, 2024

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

Commits on Sep 24, 2024

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