Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Recursive broadcast #22622

Open
ChrisRackauckas opened this issue Jun 29, 2017 · 2 comments
Open

Recursive broadcast #22622

ChrisRackauckas opened this issue Jun 29, 2017 · 2 comments
Labels
broadcast Applying a function over a collection

Comments

@ChrisRackauckas
Copy link
Member

For unnecessarily odd containers in generic code, it would be useful to have a recursive version of broadcast that means "broadcast at the very bottom". That would make something like A ../ B work between two similar Vector{Vector{Matrix{Float64}}}s.

@tkelman
Copy link
Contributor

tkelman commented Jun 29, 2017

duplicate of #20502

@ChrisRackauckas
Copy link
Member Author

Almost. That wants to nest a known finitely many. I would like to have a "go to the bottom", where I may not know how many levels that is.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
broadcast Applying a function over a collection
Projects
None yet
Development

No branches or pull requests

3 participants