R/coldControl.R

coldControl<- function (maxit = 100, abstol = -Inf, reltol = sqrt(.Machine$double.eps))
{
    list(maxit =maxit, abstol =abstol , reltol =  reltol)
}

Try the cold package in your browser

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

cold documentation built on Aug. 25, 2021, 5:06 p.m.