T3Weights.from_t3svd#
- classmethod t3toolbox.tucker_tensor_train.T3Weights.from_t3svd(x, **kwargs)#
def from_t3svd(cls, x: 'TuckerTensorTrain', **kwargs) -> 'T3Weights':
The singular values of
xas a weight object – the canonical (unmodified) σ’s, sofrom_t3svd(x).reciprocal()is the inverse-σ (Grasedyck-Kramer) weighting.**kwargspass tot3svd(); the weights are shape-consistent with thet3svdresult (withxitself whenxhas minimal ranks, the usual case).- Parameters:
- Return type: