R/liepsh.R

"liepsh" <-
function(c=.dFvGet()$ccc) {
epsi2 <- single(1)
epsip <- single(1)
f.res <- .Fortran("liepshz",
c=to.single(c),
epsi2=to.single(epsi2),
epsip=to.single(epsip))
list(epsi2=f.res$epsi2,epsip=f.res$epsip)
}

Try the robeth package in your browser

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

robeth documentation built on Aug. 22, 2023, 9:09 a.m.