lbfgsb.quartic# lbfgsb.quartic(x: ndarray[tuple[Any, ...], dtype[float64]]) → float[source]# The Quartic function. Parameters: x (array_like) – 1-D array of points at which the Quartic function is to be computed. Returns: The value of the Quartic function. Return type: float