class  | 
BfgsRootFinder | 
 Implements the BFGS method to find zeros of a (multi-dimensional)
 function. 
 | 
class  | 
GradientDescentRootFinder | 
 Implements the gradient descent method to find zeros of a (multi-dimensional)
 function. 
 | 
class  | 
HessianGradientDescentRootFinder | 
 Implements the hessiane/gradient descent method to find zeros of a (multi-dimensional)
 function. 
 | 
class  | 
LbfgsRootFinder | 
 Implements the L-BFGS method to find zeros of a (multi-dimensional)
 function. 
 | 
class  | 
NewtonRootFinder | 
 This class implements the Newton method for finding zeros of a function. 
 | 
class  | 
OpenOptRootFinder | 
 A wrapper for the open opt library. 
 | 
class  | 
OptimizationRootFinder | 
 This class is the common ancestor for root finders that work with optimizers. 
 |