-
-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
| WikRange .= 1//2 .* (W.dW .* WikJ .- (1:length(W.dW) .== i) .* dt )#.+ (1:length(W.dW) .< i) .* dt .* WikJ2 .- (1:length(W.dW) .> i) .* dt .* vec_χ) |
The line in question is allocating zeros
In my case the allocation makes up for 6% of total solver time.
Not a huge thing but I thought I'd bring it up.
Metadata
Metadata
Assignees
Labels
No labels