Ferrite-FEM / Ferrite-FEM/Tensors.jl
Construct 2nd order tensor from vectors?
Open
- Dominant language
- Julia
- Stars
- 182
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Quite often, I find myself doing something like
```julia
Q = Tensor{2,3}((e1..., e2..., e3...))
```
or
```julia
e1, e2, e3 = Q[:,1], Q[:,2], Q[:,3]
```
Would it make sense to implement these conversions to Tensors.jl?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.