R/s3-generics.R

Defines functions to_B SparseBlockMatrixR

#
#  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)

Try the ccdrAlgorithm package in your browser

Any scripts or data that you put into this service are public.

ccdrAlgorithm documentation built on April 12, 2022, 9:06 a.m.