-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 809 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by roxygen2: do not edit by hand
S3method(calcResonances,ODEnetwork)
S3method(createEvents,ODEnetwork)
S3method(createJacobian,ODEnetwork)
S3method(createOscillators,ODEnetwork)
S3method(createParamVec,ODEnetwork)
S3method(createState,ODEnetwork)
S3method(estimateDistances,ODEnetwork)
S3method(getResult,ODEnetwork)
S3method(plot,ODEnetwork)
S3method(setEvents,ODEnetwork)
S3method(setState,ODEnetwork)
S3method(simuNetwork,ODEnetwork)
S3method(updateOscillators,ODEnetwork)
export(ODEnetwork)
export(calcResonances)
export(convertCoordinates)
export(createJacobian)
export(createOscillators)
export(createParamVec)
export(createState)
export(estimateDistances)
export(getResult)
export(setEvents)
export(setState)
export(simuNetwork)
export(updateOscillators)
import(checkmate)
import(deSolve)