Open
Description
With the current implementation, mul!
involving a CompositeMap
allocates an array for each intermediate step of the multiplications along the chain of maps. There are internal methods _compositemul!
and _compositemulN!
that accept intermediate arrays. However, they are not exposed to any exported public API and seem to be quite isolated from the rest of the package. Ideally, there should be some way to specify the preallocated arrays via mul!
.
Metadata
Metadata
Assignees
Labels
No labels