We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e05dd6 commit c0532d3Copy full SHA for c0532d3
src/ToeplitzPlusHankel.jl
@@ -310,6 +310,6 @@ function normest(A::ToeplitzPlusHankel{T}) where T
310
sqrt(ret1) + sqrt(ret2)
311
end
312
313
-normest(A::Symmetric{T, <: ToeplitzPlusHankel{T}}) where T = normest(parent(A))+1
+normest(A::Symmetric{T, <: ToeplitzPlusHankel{T}}) where T = normest(parent(A))
314
normest(A::Hermitian{T, <: ToeplitzPlusHankel{T}}) where T = normest(parent(A))
315
normest(A::ChebyshevGramMatrix{T}) where T = normest(ToeplitzPlusHankel(A))
0 commit comments