#' @export
#' @import methods
setClass("ResidualMatrixSeed", slots=c(.matrix="ANY", Q="matrix", Qty="matrix", transposed="logical"))
#' @export
#' @importClassesFrom DelayedArray DelayedMatrix
setClass("ResidualMatrix",
contains="DelayedMatrix",
representation(seed="ResidualMatrixSeed")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.