Rev 1261 | Rev 1288 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
useDynLib(Matrix)importFrom("graphics",image)importFrom("lattice", levelplot)importFrom("grid", grid.rect, gpar, grob)importFrom("stats", deviance, formula, coef)## Currently, group generics need to be explicitly imported (Bug?):importFrom("methods", Arith, Compare, Math, Math2, Summary, Complex)## Generics and functions defined in this packageexport("Hilbert","Matrix","Schur","bCrosstab","coef<-",# "corFactor",# "corMatrix","expand","expm","facmul","lu","norm","rcond","round", # "Math2" group (needs explicit setGeneric(.))"signif",# {ditto}"sscCrosstab","tcrossprod","unpack")exportClasses("BunchKaufman","Cholesky","LU","Matrix",## also intermediate `virtual' ones:"dMatrix",## not yet: "iMatrix", "lMatrix", "zMatrix","ddenseMatrix","dgBCMatrix","dgCMatrix","dgTMatrix","dgeMatrix","dpoMatrix","dppMatrix","dsCMatrix","dsTMatrix","dspMatrix","dsyMatrix","dtCMatrix","dtTMatrix","dtpMatrix","dtrMatrix","corrmatrix","pMatrix","pdmatrix","dCholCMatrix","sscCrosstab","ssclme")exportMethods(## Group Methods"Arith","Math","Math2","+",# for dgT(Matrix) only"%*%","Schur","chol","coef","coef<-","coerce",# "corMatrix","crossprod","determinant","diag","dim","dimnames","dimnames<-","expand","expm","image",# "matrix<-","norm",# "pdFactor",# "pdMatrix","rcond","show","solve","t","tcrossprod")