R/solnp_eq.R

Defines functions solnp_eq

Documented in solnp_eq

solnp_eq <-
function(x, ...){
	res<-do.call(fobj_global, list(x, ...));
	n_fun_eval <<- n_fun_eval + 1;
	res_eq<-res[[2]][1:neq_global];
	return(res_eq)
}

Try the MEIGOR package in your browser

Any scripts or data that you put into this service are public.

MEIGOR documentation built on Nov. 8, 2020, 7:46 p.m.