We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had code like
ℚ[i,:] = ℚ[i-1,:] + p.Δt/6 * (k1+2*k2+2*k3+k4)'
where each of the summand involved are fairly large vectors. It would be nice to recognize the transpose if possible.
The text was updated successfully, but these errors were encountered:
This package has seriously lagged behind the advancement of Julia and needs a major overhaul.
I am considering about this and may try to incorporate this in the next major revision.
At this point, I would suggest using manually devectorized loop for things that it is not able to handle.
Sorry, something went wrong.
No branches or pull requests
I had code like
where each of the summand involved are fairly large vectors. It would be nice to recognize the transpose if possible.
The text was updated successfully, but these errors were encountered: