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

More sparse operations support #50

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

More sparse operations support #50

wants to merge 11 commits into from

Commits on Sep 17, 2024

  1. README: link to SparseMKL docs

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0485dd3 View commit details
    Browse the repository at this point in the history
  2. interface: top-level comment what types the func accepts

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7062bdf View commit details
    Browse the repository at this point in the history
  3. check_map_op_sizes(): allow C=nothing

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1f08c4b View commit details
    Browse the repository at this point in the history
  4. check_map_op_sizes(): allow disabling specific checks

    this is required to support checking dimensions for X*A*X^T
    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    caeee2a View commit details
    Browse the repository at this point in the history
  5. matrix_descr(): replace specific fields

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6d6653d View commit details
    Browse the repository at this point in the history
  6. use LazyString for exceptions

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    de1b120 View commit details
    Browse the repository at this point in the history
  7. tweak typealiases to improve precompilation times

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c8509e5 View commit details
    Browse the repository at this point in the history
  8. rename typealias MKLSparseMat to SparseMat

    to distringuish from MKLSparseMatrix
    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    43d27e6 View commit details
    Browse the repository at this point in the history
  9. copy!(SparseMatrixCSC, MKLSparseMatrix)

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c26ad83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2002b71 View commit details
    Browse the repository at this point in the history
  11. X * X^T and X * A * X^T support

    Alexey Stukalov authored and alyst committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5326777 View commit details
    Browse the repository at this point in the history