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.
eltype
1 parent 5500507 commit c3ba21cCopy full SHA for c3ba21c
src/multivariate/solvers/constrained/ipnewton/interior.jl
@@ -101,7 +101,6 @@ Base.isempty(bstate::BarrierStateVars) =
101
isempty(bstate.λcE)
102
103
Base.eltype(::Type{BarrierStateVars{T}}) where {T} = T
104
-Base.eltype(sv::BarrierStateVars) = eltype(typeof(sv))
105
106
function Base.show(io::IO, b::BarrierStateVars)
107
print(io, "BarrierStateVars{$(eltype(b))}:")
0 commit comments