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.
1 parent 6232c3d commit 0cf0cc0Copy full SHA for 0cf0cc0
src/Interfaces/LazySet.jl
@@ -1560,7 +1560,7 @@ end
1560
The default implementation computes `linear_map` with the diagonal matrix ``α*I``.
1561
"""
1562
function scale(α::Real, X::LazySet)
1563
- return linear_map(α*I, X)
+ return linear_map(α * I, X)
1564
end
1565
1566
function _scale_copy_inplace(α::Real, X::LazySet)
0 commit comments