Skip to content

Commit

Permalink
Update mfairUtils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Sep 15, 2023
1 parent 905171d commit d487cdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/mfairUtils.R
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#'Defined the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix
#' @importFrom Matrix dgCMatrix
#'
setClassUnion(name = "matrixORdgCMatrix", members = c("matrix", "dgCMatrix"))

0 comments on commit d487cdc

Please sign in to comment.