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.
detime_dvs
retime_dvs
1 parent 35a06a4 commit b70714dCopy full SHA for b70714d
src/utils.jl
@@ -11,7 +11,11 @@ end
11
12
get_iv(D::Differential) = D.x
13
14
+"""
15
+ $(TYPEDSIGNATURES)
16
17
+Turn `x(t)` into `x`
18
19
function detime_dvs(op)
20
if !iscall(op)
21
op
@@ -23,6 +27,11 @@ function detime_dvs(op)
23
27
end
24
28
25
29
30
31
32
+
33
+Reverse `detime_dvs` for the given `dvs` using independent variable `iv`.
34
26
35
function retime_dvs(op, dvs, iv)
36
issym(op) && return Sym{FnType{Tuple{symtype(iv)}, Real}}(nameof(op))(iv)
37
iscall(op) ?
0 commit comments