ret_message {transport} | R Documentation |
Return Text Strings for lbfgs Return Codes
Description
Given a vector of return codes, give back the corresponding vector of return strings from the lbfgs library. Nonexistant codes are ignored.
Usage
ret_message(n = NULL)
Arguments
n |
The vector of return codes or |
Value
A named character vector of the corresponding return strings.
Note
Code 0 is ignored, since for technical reasons it is never returned by
the function semidiscrete1
.
Author(s)
Dominic Schuhmacher schuhmacher@math.uni-goettingen.de
See Also
Examples
ret_message()
ret_message(c(2,-1023,-1019))
[Package transport version 0.15-2 Index]