imate.AffineMatrixFunction.is_sparse# AffineMatrixFunction.is_sparse()# Determines whether the matrix is dense or sparse. Returns: sparseboolIf True, the matrix is sparse. Otherwise, the matrix is dense.