R/RcppExports.R

Defines functions EigenR_isInvertible_cplx EigenR_isInvertible_real EigenR_isSurjective_cplx EigenR_isSurjective_real EigenR_isInjective_cplx EigenR_isInjective_real EigenR_rank_cplx EigenR_rank_real EigenR_QR_cplx EigenR_QR_real EigenR_sqrt_cplx EigenR_sqrt_real EigenR_pow_cplx EigenR_pow_real EigenR_sinh_cplx EigenR_sinh_real EigenR_cosh_cplx EigenR_cosh_real EigenR_sin_cplx EigenR_sin_real EigenR_cos_cplx EigenR_cos_real EigenR_log_cplx EigenR_log_real EigenR_exp_cplx EigenR_exp_real EigenR_lsSolve_cod_cplx EigenR_lsSolve_cod_real EigenR_lsSolve_cplx EigenR_lsSolve_real EigenR_kernelDimension_cplx EigenR_kernelDimension_real EigenR_kernel_LU_cplx EigenR_kernel_LU_real EigenR_kernel_COD_cplx EigenR_kernel_COD_real EigenR_pseudoInverse_cplx EigenR_pseudoInverse_real EigenR_inverse_cplx EigenR_inverse_real EigenR_image_COD_cplx EigenR_image_COD_real EigenR_image_QR_cplx EigenR_image_QR_real EigenR_image_LU_cplx EigenR_image_LU_real EigenR_logabsdet EigenR_absdet EigenR_det_sparse_cplx EigenR_det_sparse_real EigenR_det_cplx EigenR_det_real EigenR_UtDU_cplx EigenR_UtDU_real EigenR_chol_sparse_cplx EigenR_chol_sparse_real EigenR_chol_cplx EigenR_chol_real

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

EigenR_chol_real <- function(M) {
    .Call('_EigenR_EigenR_chol_real', PACKAGE = 'EigenR', M)
}

EigenR_chol_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_chol_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_chol_sparse_real <- function(i, j, Mij, nrows, ncols) {
    .Call('_EigenR_EigenR_chol_sparse_real', PACKAGE = 'EigenR', i, j, Mij, nrows, ncols)
}

EigenR_chol_sparse_cplx <- function(i, j, Mij, nrows, ncols) {
    .Call('_EigenR_EigenR_chol_sparse_cplx', PACKAGE = 'EigenR', i, j, Mij, nrows, ncols)
}

EigenR_UtDU_real <- function(M) {
    .Call('_EigenR_EigenR_UtDU_real', PACKAGE = 'EigenR', M)
}

EigenR_UtDU_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_UtDU_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_det_real <- function(M) {
    .Call('_EigenR_EigenR_det_real', PACKAGE = 'EigenR', M)
}

EigenR_det_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_det_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_det_sparse_real <- function(i, j, Mij, nrows, ncols) {
    .Call('_EigenR_EigenR_det_sparse_real', PACKAGE = 'EigenR', i, j, Mij, nrows, ncols)
}

EigenR_det_sparse_cplx <- function(i, j, Mij, nrows, ncols) {
    .Call('_EigenR_EigenR_det_sparse_cplx', PACKAGE = 'EigenR', i, j, Mij, nrows, ncols)
}

EigenR_absdet <- function(M) {
    .Call('_EigenR_EigenR_absdet', PACKAGE = 'EigenR', M)
}

EigenR_logabsdet <- function(M) {
    .Call('_EigenR_EigenR_logabsdet', PACKAGE = 'EigenR', M)
}

EigenR_image_LU_real <- function(M) {
    .Call('_EigenR_EigenR_image_LU_real', PACKAGE = 'EigenR', M)
}

EigenR_image_LU_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_image_LU_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_image_QR_real <- function(M) {
    .Call('_EigenR_EigenR_image_QR_real', PACKAGE = 'EigenR', M)
}

EigenR_image_QR_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_image_QR_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_image_COD_real <- function(M) {
    .Call('_EigenR_EigenR_image_COD_real', PACKAGE = 'EigenR', M)
}

EigenR_image_COD_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_image_COD_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_inverse_real <- function(M) {
    .Call('_EigenR_EigenR_inverse_real', PACKAGE = 'EigenR', M)
}

EigenR_inverse_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_inverse_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_pseudoInverse_real <- function(M) {
    .Call('_EigenR_EigenR_pseudoInverse_real', PACKAGE = 'EigenR', M)
}

EigenR_pseudoInverse_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_pseudoInverse_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_kernel_COD_real <- function(M) {
    .Call('_EigenR_EigenR_kernel_COD_real', PACKAGE = 'EigenR', M)
}

EigenR_kernel_COD_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_kernel_COD_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_kernel_LU_real <- function(M) {
    .Call('_EigenR_EigenR_kernel_LU_real', PACKAGE = 'EigenR', M)
}

EigenR_kernel_LU_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_kernel_LU_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_kernelDimension_real <- function(M) {
    .Call('_EigenR_EigenR_kernelDimension_real', PACKAGE = 'EigenR', M)
}

EigenR_kernelDimension_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_kernelDimension_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_lsSolve_real <- function(A, b) {
    .Call('_EigenR_EigenR_lsSolve_real', PACKAGE = 'EigenR', A, b)
}

EigenR_lsSolve_cplx <- function(ReA, ImA, Reb, Imb) {
    .Call('_EigenR_EigenR_lsSolve_cplx', PACKAGE = 'EigenR', ReA, ImA, Reb, Imb)
}

EigenR_lsSolve_cod_real <- function(A, b) {
    .Call('_EigenR_EigenR_lsSolve_cod_real', PACKAGE = 'EigenR', A, b)
}

EigenR_lsSolve_cod_cplx <- function(ReA, ImA, Reb, Imb) {
    .Call('_EigenR_EigenR_lsSolve_cod_cplx', PACKAGE = 'EigenR', ReA, ImA, Reb, Imb)
}

EigenR_exp_real <- function(M) {
    .Call('_EigenR_EigenR_exp_real', PACKAGE = 'EigenR', M)
}

EigenR_exp_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_exp_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_log_real <- function(M) {
    .Call('_EigenR_EigenR_log_real', PACKAGE = 'EigenR', M)
}

EigenR_log_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_log_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_cos_real <- function(M) {
    .Call('_EigenR_EigenR_cos_real', PACKAGE = 'EigenR', M)
}

EigenR_cos_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_cos_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_sin_real <- function(M) {
    .Call('_EigenR_EigenR_sin_real', PACKAGE = 'EigenR', M)
}

EigenR_sin_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_sin_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_cosh_real <- function(M) {
    .Call('_EigenR_EigenR_cosh_real', PACKAGE = 'EigenR', M)
}

EigenR_cosh_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_cosh_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_sinh_real <- function(M) {
    .Call('_EigenR_EigenR_sinh_real', PACKAGE = 'EigenR', M)
}

EigenR_sinh_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_sinh_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_pow_real <- function(M, p) {
    .Call('_EigenR_EigenR_pow_real', PACKAGE = 'EigenR', M, p)
}

EigenR_pow_cplx <- function(Re, Im, p) {
    .Call('_EigenR_EigenR_pow_cplx', PACKAGE = 'EigenR', Re, Im, p)
}

EigenR_sqrt_real <- function(M) {
    .Call('_EigenR_EigenR_sqrt_real', PACKAGE = 'EigenR', M)
}

EigenR_sqrt_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_sqrt_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_QR_real <- function(M) {
    .Call('_EigenR_EigenR_QR_real', PACKAGE = 'EigenR', M)
}

EigenR_QR_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_QR_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_rank_real <- function(M) {
    .Call('_EigenR_EigenR_rank_real', PACKAGE = 'EigenR', M)
}

EigenR_rank_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_rank_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_isInjective_real <- function(M) {
    .Call('_EigenR_EigenR_isInjective_real', PACKAGE = 'EigenR', M)
}

EigenR_isInjective_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_isInjective_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_isSurjective_real <- function(M) {
    .Call('_EigenR_EigenR_isSurjective_real', PACKAGE = 'EigenR', M)
}

EigenR_isSurjective_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_isSurjective_cplx', PACKAGE = 'EigenR', Re, Im)
}

EigenR_isInvertible_real <- function(M) {
    .Call('_EigenR_EigenR_isInvertible_real', PACKAGE = 'EigenR', M)
}

EigenR_isInvertible_cplx <- function(Re, Im) {
    .Call('_EigenR_EigenR_isInvertible_cplx', PACKAGE = 'EigenR', Re, Im)
}

Try the EigenR package in your browser

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

EigenR documentation built on May 18, 2022, 9:05 a.m.