# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
k_chol <- function(GlobalMat) {
.Call(`_krige_ext_k_chol`, GlobalMat)
}
k_chol2inv <- function(GlobalMat) {
.Call(`_krige_ext_k_chol2inv`, GlobalMat)
}
k_eigenvalue <- function(GlobalMat) {
.Call(`_krige_ext_k_eigenvalue`, GlobalMat)
}
k_inv <- function(GlobalMat) {
.Call(`_krige_ext_k_inv`, GlobalMat)
}
k_distmat <- function(Mat) {
.Call(`_krige_ext_k_distmat`, Mat)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.