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 Datasmith package in your browser

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

Datasmith documentation built on May 29, 2017, 10:19 p.m.