View source: R/semidiscrete1.R
ret_message | R Documentation |
Given a vector of return codes, give back the corresponding vector of return strings from the lbfgs library. Nonexistant codes are ignored.
ret_message(n = NULL)
n |
The vector of return codes or |
A named character vector of the corresponding return strings.
Code 0 is ignored, since for technical reasons it is never returned by
the function semidiscrete1
.
Dominic Schuhmacher schuhmacher@math.uni-goettingen.de
semidiscrete1
.
ret_message()
ret_message(c(2,-1023,-1019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.