Skip to content

Commit a2e6451

Browse files
oxinaboxararslan
authored andcommitted
define DNERule (#33)
1 parent c7537c0 commit a2e6451

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/rules.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@ end
152152
#####
153153

154154
"""
155-
TODO
155+
DNERule(args...)
156+
157+
Construct a `DNERule` object, which is an `AbstractRule` that signifies that the
158+
current function is not differentiable with respect to a particular parameter.
159+
**DNE** is an abbreviation for Does Not Exist.
156160
"""
157161
struct DNERule <: AbstractRule end
158162

0 commit comments

Comments
 (0)