File: AllClasses.R

package info (click to toggle)
r-bioc-sparsematrixstats 1.2.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,052 kB
  • sloc: cpp: 1,332; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10


#' Union of double and logical column-sparse matrices
#'
#' Union of dgCMatrix and lgCMatrix
#'
#'
#' @importClassesFrom Matrix dgCMatrix lgCMatrix
setClassUnion("xgCMatrix", members = c("dgCMatrix", "lgCMatrix"))