R/s3-generics.R

#
#  s3-generics.R
#  ccdrAlgorithm
#
#  Created by Bryon Aragam (local) on 1/22/16.
#  Copyright (c) 2014-2017 Bryon Aragam. All rights reserved.
#

#
# PACKAGE CCDRALGORITHM: Generics
#
#   CONTENTS:
#

# Generics for SparseBlockMatrixR ------------------------------------------------------------
SparseBlockMatrixR <- function(x, ...) UseMethod("SparseBlockMatrixR", x)
to_B <- function(x) UseMethod("to_B", x)
itsrainingdata/ccdrAlgorithm documentation built on May 18, 2019, 7:12 a.m.