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

generic broadcast/broadcast! for sparse matrices, with #19372 semantics #19518

Merged
merged 1 commit into from
Dec 13, 2016

Commits on Dec 12, 2016

  1. Rewrite broadcast/broadcast! over a pair of (input) sparse matrices w…

    …ith new (JuliaLang#19372) semantics / less pessimistic allocation behavior and optimize a few inefficiently handled common cases. Also provide a broadcast/broadcast! implementation capable of (relatively) efficiently handling an arbitrary number of (input) sparse matrices. Integrate with the map/map! implementation, and touch up a few rough edges of the map/map! implementation. Test.
    Sacha0 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    5cab7dc View commit details
    Browse the repository at this point in the history