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

Construct 2nd order tensor from vectors? #207

Open
ahojukka5 opened this issue Aug 21, 2023 · 0 comments
Open

Construct 2nd order tensor from vectors? #207

ahojukka5 opened this issue Aug 21, 2023 · 0 comments

Comments

@ahojukka5
Copy link

Quite often, I find myself doing something like

Q = Tensor{2,3}((e1..., e2..., e3...))

or

e1, e2, e3 = Q[:,1], Q[:,2], Q[:,3]

Would it make sense to implement these conversions to Tensors.jl?

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

1 participant