bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Implement LU factorization for `Tensor` #26

Closed mofeing closed 8 months ago

mofeing commented 1 year ago

Moved to bsc-quantic/Tensors.jl.

jofrevalles commented 10 months ago

The LU decomposition was proposed in a PR in Tensors.jl. I have now made the PR #94 here on Tenet with the same proposed code.