HestonEstimator.HestonCallOptimizationProblem.G C# (CSharp) Method

G() public method

This method is unused but part of the interface.
public G ( DVPLI x ) : DVPLI.Vector
x DVPLI The parameter is not used.
return DVPLI.Vector
        public DVPLI.Vector G(DVPLI.Vector x)
        {
            return null;
        }