This PR comes to you courtesy of my delta flights today.
Resolves #73 and I think handles #272 as well. You linked your sptensor branch but I didn't see it already resolved over there. Up to you on order of operations merging things. The norm placeholder is kind of weird so we should probably make an issue to resolve that.
SUMTENSOR Methods:
[x] disp - __repr__
[x] display - __str__
[x] double - double
[x] full - full
[x] innerprod - innerprod
[x] isscalar - Not needed in pyttb
[x] mttkrp - mttkrp
[x] ndims - ndims
[x] norm - norm
[x] plus - __add__, __radd__
[x] size - shape
[x] subsref - We just allow direct access to parts if we wanted to restrict direct editing could make it a getter instead
This PR comes to you courtesy of my delta flights today.
Resolves #73 and I think handles #272 as well. You linked your sptensor branch but I didn't see it already resolved over there. Up to you on order of operations merging things. The
norm
placeholder is kind of weird so we should probably make an issue to resolve that.SUMTENSOR Methods:
__repr__
__str__
double
full
innerprod
mttkrp
ndims
norm
__add__
,__radd__
shape
parts
if we wanted to restrict direct editing could make it a getter instead__init__
andcopy
ttv
__neg__
__pos__
:books: Documentation preview :books:: https://pyttb--282.org.readthedocs.build/en/282/