We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a341dc commit 1350a49Copy full SHA for 1350a49
src/ReliabilityOptimization.jl
@@ -85,8 +85,6 @@ end
85
_vec(x::Real) = [x]
86
_vec(x) = x
87
88
-reduce_hcat(vs) = reduce(hcat, vs)
89
-
90
const fdm = FiniteDifferences.central_fdm(5, 1)
91
92
function _jacobian(f, x1, x2)
0 commit comments