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.
inv
1 parent 3b93c5e commit d61f8a4Copy full SHA for d61f8a4
src/interface.jl
@@ -42,7 +42,7 @@ function isrevertible end
42
isinvertible(transform)
43
44
Tells whether or not the `transform` is invertible, i.e. supports a
45
-[`Base.inv`](@ref) function. Defaults to `false` for new transform types.
+`inv` function. Defaults to `false` for new transform types.
46
47
Transforms can be invertible in the mathematical sense, i.e., there
48
exists a one-to-one mapping between input and output spaces.
0 commit comments