pub unsafe extern "C" fn lbfgs_free(x: *mut lbfgsfloatval_t)
Expand description

Free an array of variables.

@param x The array of variables allocated by ::lbfgs_malloc function.