R/fx.r

Defines functions .fx

.fx <- function(refmat,M,coefs,time=TRUE,threads=1) { 	
    M <- cbind(1,M)
    splM <- .Call("tpsfx",refmat,  M, t(coefs),threads)
    return(splM)
}
zarquon42b/Morpho documentation built on Sept. 5, 2024, 9:57 p.m.