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 2b19611 commit d739e81Copy full SHA for d739e81
src/core.jl
@@ -95,7 +95,7 @@ end
95
A matrix describing how differentials on the parameters of `trans` flow through
96
to the output of transformation `trans` given input `x`.
97
"""
98
-transform_deriv(::Transformation, x) = error("Differential matrix of parameters of transform $trans with input $x not defined")
+transform_deriv(trans::Transformation, x) = error("Differential matrix of parameters of transform $trans with input $x not defined")
99
100
transform_deriv_params(::IdentityTransformation, x) = error("IdentityTransformation has no parameters")
101
0 commit comments