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 current implementation (see below) contains code that should be unreachable: If Re_λ₁ = 0, then R = Inf and the check case should have triggered before reaching the case iszero(Re_λ₁). The only way to reach there is by deactivating check, but then the result is not valid anyway as far as I understand.
The current implementation (see below) contains code that should be unreachable: If
Re_λ₁ = 0
, thenR = Inf
and thecheck
case should have triggered before reaching the caseiszero(Re_λ₁)
. The only way to reach there is by deactivatingcheck
, but then the result is not valid anyway as far as I understand.CarlemanLinearization.jl/src/error_bounds.jl
Lines 85 to 99 in 39b92e8
The text was updated successfully, but these errors were encountered: