R/npfLocalMin.R

Defines functions npfLocalMin

npfLocalMin <- function(PVector,A,H){
  
  P <- matrix(PVector, nrow=nrow(A),byrow=FALSE)
  fSol <- npffAH(A,H,P)
  
  return(fSol)
}

Try the edmcr package in your browser

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

edmcr documentation built on Sept. 10, 2021, 5:10 p.m.