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
this will result in problems because permute_affine is mutating the passed array:
function permute_affine(cone::SpecNucCone, vals::AbstractVector{T}) where {T}
@views vals[2:end] = reshape(vals[2:end], cone.row_dim, cone.column_dim)'
return vals
end
The text was updated successfully, but these errors were encountered:
this will result in problems because permute_affine is mutating the passed array:
The text was updated successfully, but these errors were encountered: