Skip to content

Commit

Permalink
remove +1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Nov 4, 2024
1 parent 1e05dd6 commit c0532d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToeplitzPlusHankel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,6 @@ function normest(A::ToeplitzPlusHankel{T}) where T
sqrt(ret1) + sqrt(ret2)
end

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

0 comments on commit c0532d3

Please sign in to comment.