R/liindw.R

"liindw" <-
function(alpha=.dFvGet()$alf,m,n) {
if (missing(m)) messagena("m")
if (missing(n)) messagena("n")
k <- integer(1)
alpha1 <- single(1)
f.res <- .Fortran("liindwz",
alpha=to.single(alpha),
m=to.integer(m),
n=to.integer(n),
k=to.integer(k),
alpha1=to.single(alpha1))
list(k=f.res$k,alpha1=f.res$alpha1)
}

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.