Package index
-
dbMatrix() - S4 virtual class for dbMatrix
-
dbDenseMatrix-classdbDenseMatrix - S4 Class for
dbDenseMatrix -
dbSparseMatrix-classdbSparseMatrix - S4 Class for dbSparseMatrix
-
coerce-dbMatrix-dgCMatrixcoerce-dbDenseMatrix-dgCMatrixcoerce-dbSparseMatrix-dgCMatrix - Coerce dbMatrix to dgCMatrix
-
coerce-dbMatrix-matrixcoerce-dbDenseMatrix-matrixcoerce-dbSparseMatrix-matrix - Coerce dbMatrix to matrix
-
coerce-matrix-dbMatrixcoerce-dgCMatrix-dbMatrix - Coerce matrix to dbMatrix
-
as.dbMatrix() - Convert
Matrix::MatrixtodbMatrix -
as.matrix(<dbMatrix>) - Convert
dbMatrixto in-memory matrix -
dbMatrix_from_tbl() - dbMatrix_from_tbl
-
to_named_ijx_tbl() - Convert dbMatrix to named ijx table
-
Summary(<dbMatrix>) - Summary Methods for
dbMatrixObjects -
mean(<dbDenseMatrix>)mean(<dbSparseMatrix>) - Arithmetic Mean for
dbMatrixobjects -
rowMeans(<dbMatrix>)colMeans(<dbMatrix>) - Row (column) means for
dbMatrixobjects -
colSds(<dbDenseMatrix>)colSds(<dbSparseMatrix>)rowSds(<dbDenseMatrix>)rowSds(<dbSparseMatrix>) - Row (column) standard deviations for
dbMatrixobjects -
rowSums(<dbDenseMatrix>)rowSums(<dbSparseMatrix>)colSums(<dbDenseMatrix>)colSums(<dbSparseMatrix>) - Row (column) sums for
dbMatrixobjects -
rowVars(<dbDenseMatrix>)rowVars(<dbSparseMatrix>)colVars(<dbDenseMatrix>)colVars(<dbSparseMatrix>) - Row (column) variances for
dbMatrixobjects
-
Math(<dbMatrix>) - Math Operations for
dbMatrixObjects -
is.na(<dbMatrix>) - Element-wise is.na for dbMatrix
-
`%in%`(<dbDenseMatrix>,<ANY>)`%in%`(<ANY>,<dbDenseMatrix>)`%in%`(<dbSparseMatrix>,<ANY>) - Value Matching
-
t(<dbMatrix>) - Matrix Transpose
-
compute(<dbMatrix>) - Force computation of a dbMatrix
-
db_svd() - Perform Streaming SVD on a dbMatrix
-
dim(<dbMatrix>) - Dimensions of an Object
-
head(<dbMatrix>)tail(<dbMatrix>) - Return the First or Last Parts of an Object
-
length(<dbMatrix>) - Length of a
dbMatrixObject -
rownames.dbMatrix()`rownames<-`(<dbMatrix>)colnames.dbMatrix()`colnames<-`(<dbMatrix>)dimnames(<dbMatrix>)`dimnames<-`(<dbMatrix>,<list>) - Retrieve and Set Row (Column) Dimension Names of dbMatrix Objects
-
names(<dbDenseMatrix>) - The names of a dbMatrix Object
-
nrow.dbMatrix()ncol.dbMatrix() - The Number of Rows/Columns of a dbMatrix Object
-
dbMatrix_optionsdbMatrix-options - dbMatrix Package Global Options