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

To array and to sparse functions are ready for linearoperator #368

Open
wants to merge 8 commits into
base: devel
Choose a base branch
from

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    fe29b51 View commit details
    Browse the repository at this point in the history
  2. Cleaned the comments

    mateomarin97 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8deac4a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    564005f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed812a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Reduced the amount of code by writing and additional private function…

    … _tosparse_array, that contains the functionality to get both the sparse matrix and the full matrix
    mateomarin97 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f5de4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7b55c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Optimized the toarray_sparse function by removing toarray() calls ins…

    …ide the main for loop that kept allocating memory unecessarily
    mateomarin97 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    484365a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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