ret_message {transport} | 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
ret_message()
ret_message(c(2,-1023,-1019))