File: internal.Rd

package info (click to toggle)
r-cran-squarem 2021.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 448 kB
  • sloc: sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{internal}
\alias{squarem1}
\alias{squarem2}
\alias{cyclem1}
\alias{cyclem2}
\title{Internal functions for SQUAREM}
\description{SQUAREM functions not to be called by users.} 
\usage{
  squarem1(par, fixptfn, objfn, ... , control=list()) 
  squarem2(par, fixptfn, ... , control=list() )
  cyclem1(par, fixptfn, objfn, control=list(), ...)
  cyclem2(par, fixptfn, control=list(), ...)
  }
\arguments{
    \item{par}{See \code{\link{squarem}}.}
    \item{fixptfn}{See \code{\link{squarem}}.} 
    \item{objfn}{See \code{\link{squarem}}.} 
    \item{control}{See \code{\link{squarem}}.}
    \item{...}{See \code{\link{squarem}}.}
}
\keyword{internal}