File: NAMESPACE

package info (click to toggle)
r-cran-partitions 1.10-7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 444 kB
  • sloc: ansic: 519; cpp: 27; sh: 13; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
exportPattern("^[^\\.]")
useDynLib(partitions, .registration=TRUE)
import("gmp")
import("mathjaxr")
importFrom("polynom",polynomial)
import("Rdpack")
importFrom("Rdpack",reprompt)


S3method(print,partition)
S3method(print,equivalence)
S3method(print,summary.partition)

S3method(summary,partition)
S3method(as.matrix,partition)

export(print)