Nothing
fastNewConstant <- function(x, varnames) {
z <- template_dual
dx <- vector("list", length(varnames))
v <- rep(0, length(x));
dim(v) <- dim(x)
for(i in seq_along(varnames)) {
dx[[i]] <- v
}
names(dx) <- varnames
class(dx) <- "differential"
attributes(z) <- list(x = x, d = dx, class = "dual");
z
}
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.