Skip to content

Commit 118de1a

Browse files
committed
Doc string fro structural_simplify
1 parent 16cabcd commit 118de1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,4 +464,9 @@ macro named(expr)
464464
esc(_named(expr))
465465
end
466466

467-
structural_simplify(sys) = tearing(alias_elimination(sys))
467+
"""
468+
$(SIGNATURES)
469+
470+
Structurally simplify algebraic equations in a system.
471+
"""
472+
structural_simplify(sys::AbstractSystem) = tearing(alias_elimination(sys))

0 commit comments

Comments
 (0)