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

Support transpose #27

Open
Keno opened this issue Apr 17, 2014 · 1 comment
Open

Support transpose #27

Keno opened this issue Apr 17, 2014 · 1 comment

Comments

@Keno
Copy link

Keno commented Apr 17, 2014

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.

@lindahua
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants