You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README interface table https://github.com/JuliaLinearAlgebra/ToeplitzMatrices.jl#implemented-interface
is missing * and mul! and probably more like \ and ldiv!.
Maybe they "go without saying" but I'm not 100% sure they all apply to every subtype.
I could make a PR if someone can confirm that all 4 apply to all AbstractToeplitz types.