Nothing
set.seed(42)
library(aster)
a <- matrix(rnorm(1000), 5)
a <- apply(a, 1, cumsum)
a <- var(a)
b <- .Call(aster:::C_pos_def_mat_inv, a)
all.equal(b %*% a, diag(nrow(a)))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.