R/RcppExports.R

Defines functions determinant_c determinant

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

determinant <- function(S, M, A, B, c, pattern, Ineq, s) {
    .Call('_MPTinR_determinant', PACKAGE = 'MPTinR', S, M, A, B, c, pattern, Ineq, s)
}

determinant_c <- function(S, M, A, B, c, pattern, Ineq, s, cc) {
    .Call('_MPTinR_determinant_c', PACKAGE = 'MPTinR', S, M, A, B, c, pattern, Ineq, s, cc)
}

Try the MPTinR package in your browser

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

MPTinR documentation built on July 13, 2021, 5:07 p.m.