File: NAMESPACE

package info (click to toggle)
r-cran-numderiv 2012.9-1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 184 kB
  • sloc: makefile: 1
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")