File: NAMESPACE

package info (click to toggle)
r-cran-nnls 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 132 kB
  • sloc: fortran: 485; ansic: 15; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
useDynLib(nnls)
export(nnls,nnnpls)

S3method("print", "nnls")
S3method("residuals", "nnls")
S3method("fitted", "nnls")
S3method("coef", "nnls")
S3method("deviance", "nnls")

S3method("print", "nnnpls")
S3method("residuals", "nnnpls")
S3method("fitted", "nnnpls")
S3method("coef", "nnnpls")
S3method("deviance", "nnnpls")