Skip to content

Commit 1f642fc

Browse files
refactor: remove generate_factorized_W
1 parent 9efac94 commit 1f642fc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/systems/abstractsystem.jl

-11
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,6 @@ the arguments to the internal [`build_function`](@ref) call.
113113
"""
114114
function generate_jacobian end
115115

116-
"""
117-
```julia
118-
generate_factorized_W(sys::AbstractSystem, dvs = unknowns(sys), ps = parameters(sys),
119-
expression = Val{true}; sparse = false, kwargs...)
120-
```
121-
122-
Generates a function for the factorized W matrix of a system. Extra arguments control
123-
the arguments to the internal [`build_function`](@ref) call.
124-
"""
125-
function generate_factorized_W end
126-
127116
"""
128117
```julia
129118
generate_hessian(sys::AbstractSystem, dvs = unknowns(sys), ps = parameters(sys),

0 commit comments

Comments
 (0)