Skip to content

Inplace-multiplication of sparse matrices with diagonal matrices is slow #29111

Closed

Description

This is the same issue reported in #28934, but for the inplace multiplication. The fix there does not seem to include rmul! and lmul!, as far as I can tell.

EDIT: Now I'm confused. Are there instances of rmul!(A::SparseMatrixCSC, D::Diagonal) and lmul!(D::Diagonal, A::SparseMatrixCSC) to begin with? I can't seem to find them. In case there aren't, is that on purpose?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions