R/RcppExports.R

Defines functions objMat objVec

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

objVec <- function(beta, Xbeta, y, OmegaInv) {
    .Call('_sspcomp_objVec', PACKAGE = 'sspcomp', beta, Xbeta, y, OmegaInv)
}

objMat <- function(beta, Xbeta, y, OmegaInv) {
    .Call('_sspcomp_objMat', PACKAGE = 'sspcomp', beta, Xbeta, y, OmegaInv)
}
maryclare/sspcomp documentation built on Aug. 4, 2023, 5:26 p.m.