Nothing
gsvd <- function(r,p,q) {
ps<-mfunc(p,function(x) ginvx(sqrt(x)))
qs<-mfunc(q,function(x) ginvx(sqrt(x)))
sv<-svd(ps%*%r%*%qs)
return(list(gd=sv$d,gu=ps%*%sv$u,gv=qs%*%sv$v))
}
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.