Skip to content

Commit c0532d3

Browse files
remove +1
1 parent 1e05dd6 commit c0532d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ToeplitzPlusHankel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,6 @@ function normest(A::ToeplitzPlusHankel{T}) where T
310310
sqrt(ret1) + sqrt(ret2)
311311
end
312312

313-
normest(A::Symmetric{T, <: ToeplitzPlusHankel{T}}) where T = normest(parent(A))+1
313+
normest(A::Symmetric{T, <: ToeplitzPlusHankel{T}}) where T = normest(parent(A))
314314
normest(A::Hermitian{T, <: ToeplitzPlusHankel{T}}) where T = normest(parent(A))
315315
normest(A::ChebyshevGramMatrix{T}) where T = normest(ToeplitzPlusHankel(A))

0 commit comments

Comments
 (0)