# Import statement
from hottbox.utils.generation import toeplitz_tensor
toeplitz_tensor
(shape, modes=None, matC=None, random=False, lh=(None, None))[source]¶Function to generate a Toeplitz tensor. Every slice along modes will be a Toeplitz matrix.
Shape of output. If matC is not None, they must match.
The mode by which the tensor is expected to be circulant
(optional) if None, random is set to True. Two input options.
(optional) if true, input matC is ignored
(optional) used with random to define min and max values