Closed tmigot closed 2 years ago
The following returns an error:
T = Float16 A = rand(T, 4, 4) b = rand(T, 4) lls = LLSModel(A, b) ripqp(lls)
and the error is:
ERROR: MethodError: no method matching RipQP.Regularization(::Float16, ::Float16, ::Float64, ::Float64, ::Symbol) Closest candidates are: RipQP.Regularization(::T, ::T, ::T, ::T, ::Symbol) where T<:Real at C:\Users\tangi\.julia\packages\RipQP\0tSCl\src\types_definition.jl:419
Close in #141
The following returns an error:
and the error is: