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 package export( "Hilbert", "Matrix", "Schur", "bCrosstab", "expand", "expm", "facmul", "lu", "norm", "rcond", "round", # "Math2" group (needs explicit setGeneric(.)) "signif",# {ditto} "tcrossprod", "unpack" ) exportClasses( "BunchKaufman", "pBunchKaufman", "Cholesky", "pCholesky", "LU", "Matrix", ## also intermediate `virtual' ones: "dMatrix", "sparseMatrix", "dsparseMatrix", ## not yet: "iMatrix", "lMatrix", "zMatrix", "ddenseMatrix", "dgBCMatrix", "dgCMatrix", "dgTMatrix", "dgeMatrix", "dpoMatrix", "dppMatrix", "dsCMatrix", "dsTMatrix", "dspMatrix", "dsyMatrix", "dtCMatrix", "dtTMatrix", "dtpMatrix", "dtrMatrix", "corrmatrix", "pMatrix", "pdmatrix", "dCholCMatrix" ) exportMethods( ## Group Methods "Arith", "Math", "Math2", "+",# for dgT(Matrix) only "%*%", "Schur", "as.matrix", "chol", "coerce", "crossprod", "determinant", "diag", "dim", "dimnames", "dimnames<-", "expand", "expm", "image", "norm", "rcond", "show", "solve", "t", "tcrossprod" )