File: NAMESPACE

package info (click to toggle)
r-cran-rlinsolve 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: cpp: 1,702; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by roxygen2: do not edit by hand

export(aux.fisch)
export(lsolve.bicg)
export(lsolve.bicgstab)
export(lsolve.cg)
export(lsolve.cgs)
export(lsolve.cheby)
export(lsolve.gmres)
export(lsolve.gs)
export(lsolve.jacobi)
export(lsolve.qmr)
export(lsolve.sor)
export(lsolve.ssor)
import(Matrix)
import(Rdpack)
importFrom(Rcpp,evalCpp)
importFrom(stats,rnorm)
importFrom(utils,packageVersion)
useDynLib(Rlinsolve, .registration=TRUE)