File: NAMESPACE

package info (click to toggle)
r-cran-numderiv 2016.8-1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
export("grad")
S3method("grad", "default")

export("jacobian")
S3method("jacobian", "default")

export("hessian")
S3method("hessian", "default")

export("genD")
S3method("genD", "default")