is_toeplitz_matrix

# Import statement

from hottbox.utils.validation import is_toeplitz_matrix
is_toeplitz_matrix(mat)[source]

Checks if matrix has a Toeplitz structure

Parameters
matnp.ndarray

Input array to check

Returns
Boolean indicating if Toeplitz matrix