is_toeplitz_tensor

# Import statement

from hottbox.utils.validation import is_toeplitz_tensor
is_toeplitz_tensor(tensor, modes=None)[source]

Checks if tensor has Toeplitz structure

Parameters
tensorTensor

Input tensor to check

Returns
Boolean indicating if Toeplitz matrix