R/mGSc.R

Defines functions mGSc

Documented in mGSc

mGSc <- function(amat, m, n) {
    .Call(C_mGS,
          amatC = as.double(amat),
          mC = as.integer(m),
          nC = as.integer(n));
}

Try the psvd package in your browser

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

psvd documentation built on Oct. 25, 2024, 9:07 a.m.