pyttb icon indicating copy to clipboard operation
pyttb copied to clipboard

Improve ktensor.full()

Open ghbrown opened this issue 8 months ago • 1 comments

Implements the more optimized version of ktensor.full() from MATLAB Tensor Toolbox. This results in an effective peak memory of tensor_size (down from rank*tensor_size) and a speedup of 5-50x depending on tensor shape and size.

See #299 for a more detailed discussion with benchmarks.


📚 Documentation preview 📚: https://pyttb--300.org.readthedocs.build/en/300/

ghbrown avatar Jun 25 '24 18:06 ghbrown